Versions in this module Expand all Collapse all v1 v1.0.6 Jan 28, 2024 Changes in this version + type Adapter struct + Config config.Config + LogAdapter *log.Adapter + func New(ctx context.Context, cfg config.Config, lg *log.Adapter) (*Adapter, error) + func (a *Adapter) Close(ctx context.Context) + func (a *Adapter) GetAliveContainers(ctx context.Context) ([]string, error) + func (a *Adapter) Run(ctx context.Context) + type ContainerInfo struct + ID string + Name string