mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 12:03:33 +00:00
chore: simplify cluster controller initialisation, prepare for reset
This commit is contained in:
@@ -4,6 +4,7 @@ import "context"
|
||||
|
||||
type Service interface {
|
||||
Start(ctx context.Context) error
|
||||
Stop(ctx context.Context) error
|
||||
Restart(ctx context.Context) error
|
||||
Running() bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user