Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter func(FilterableContainer) bool
A Filter is a prototype for a function that can be used to filter the results from a call to the ListContainers() method on the Client.
type FilterableContainer ¶
type FilterableContainer interface { Name() string IsWatchtower() bool Enabled() (bool, bool) Scope() (string, bool) }
A FilterableContainer is the interface which is used to filter containers.
Click to show internal directories.
Click to hide internal directories.