Commit: Bulk unfinished work
This commit is contained in:
9
fx/interfaces/integration.go
Normal file
9
fx/interfaces/integration.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package interfaces
|
||||
|
||||
import "context"
|
||||
|
||||
type BasicIntegration interface {
|
||||
OnStart(context.Context) error
|
||||
OnStop(context.Context) error
|
||||
Invoke()
|
||||
}
|
||||
Reference in New Issue
Block a user