Skip to content

Commit

Permalink
add: method NumOfChild and ChildPids for EchoForker interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Oct 11, 2022
1 parent 5c05a71 commit cf8bb2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ type Forker interface {
type EchoForker interface {
Start(address string) error
GetEcho() *echo.Echo
NumOfChild() int
ChildPids() []int
}

0 comments on commit cf8bb2d

Please sign in to comment.