Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { Container platforms.IContainer Syncing bool ContainerQueue chan platforms.IContainer `json:"-"` ReadinessChan chan *readiness.ReadinessState `json:"-"` DependencyChan chan *dependency.State `json:"-"` Ctx context.Context `json:"-" ` Cancel context.CancelFunc `json:"-"` Ticker *time.Ticker `json:"-"` Logger *zap.Logger User *authentication.User `json:"-"` }
type ContainerWatcher ¶
func (*ContainerWatcher) AddOrUpdate ¶
func (ContainerWatcher *ContainerWatcher) AddOrUpdate(groupidentifier string, container *Container)
func (*ContainerWatcher) Find ¶
func (ContainerWatcher *ContainerWatcher) Find(groupidentifier string) *Container
func (*ContainerWatcher) Remove ¶
func (ContainerWatcher *ContainerWatcher) Remove(groupidentifier string)
Click to show internal directories.
Click to hide internal directories.