overflow_probes/commons/shutdowner.go
crusader caaed69010 ing
2017-10-12 19:02:38 +09:00

8 lines
102 B
Go

package commons
import "context"
type Shutdowner interface {
Shutdown(ctx context.Context) error
}