with fc
This commit is contained in:
@@ -2,6 +2,6 @@ package curre
|
||||
|
||||
import "context"
|
||||
|
||||
type Closer interface {
|
||||
Close(ctx context.Context) error
|
||||
type Stopper interface {
|
||||
Stop(ctx context.Context) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user