mirror of
https://github.com/bcicen/ctop.git
synced 2026-01-21 05:36:42 +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