ing
This commit is contained in:
parent
2135b5fcdb
commit
d48adec776
|
@ -1,5 +1,7 @@
|
||||||
package interfaces
|
package interfaces
|
||||||
|
|
||||||
|
import "context"
|
||||||
|
|
||||||
type Stoper interface {
|
type Stoper interface {
|
||||||
Stop() error
|
Stop(ctx context.Context) error
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user