mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 12:03:33 +00:00
refactor: cleanup Corrosion container on reset, move admin socket to runtime dir
This commit is contained in:
@@ -16,6 +16,8 @@ type Service interface {
|
||||
Start(ctx context.Context) error
|
||||
Stop(ctx context.Context) error
|
||||
Restart(ctx context.Context) error
|
||||
// Cleanup tears down the underlying service resources.
|
||||
Cleanup(ctx context.Context) error
|
||||
Running() bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user