ing
This commit is contained in:
parent
d48adec776
commit
21e9d8b4aa
|
@ -2,6 +2,6 @@ package interfaces
|
||||||
|
|
||||||
import "context"
|
import "context"
|
||||||
|
|
||||||
type Stoper interface {
|
type Stopper interface {
|
||||||
Stop(ctx context.Context) error
|
Stop(ctx context.Context) error
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user