Add base setup
This commit is contained in:
7
starter.go
Normal file
7
starter.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package curre
|
||||
|
||||
import "context"
|
||||
|
||||
type Starter interface {
|
||||
Start(ctx context.Context) error
|
||||
}
|
Reference in New Issue
Block a user