mirror of
https://github.com/bcicen/ctop.git
synced 2025-11-08 12:15:40 +01:00
rename connectors
This commit is contained in:
13
connector/main.go
Normal file
13
connector/main.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package connector
|
||||
|
||||
import (
|
||||
"github.com/bcicen/ctop/container"
|
||||
"github.com/bcicen/ctop/logging"
|
||||
)
|
||||
|
||||
var log = logging.Init()
|
||||
|
||||
type ContainerSource interface {
|
||||
All() container.Containers
|
||||
Get(string) (*container.Container, bool)
|
||||
}
|
||||
Reference in New Issue
Block a user