mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
added container menu closes #28
This commit is contained in:
7
connector/manager/main.go
Normal file
7
connector/manager/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package manager
|
||||
|
||||
type Manager interface {
|
||||
Start() error
|
||||
Stop() error
|
||||
Remove() error
|
||||
}
|
||||
Reference in New Issue
Block a user