This commit is contained in:
crusader 2018-03-26 12:41:23 +09:00
parent d48adec776
commit 21e9d8b4aa

View File

@ -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
} }