mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
add --connector switch, validation
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
var log = logging.Init()
|
||||
|
||||
type ContainerSource interface {
|
||||
type Connector interface {
|
||||
All() container.Containers
|
||||
Get(string) (*container.Container, bool)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user