Documentation ¶ Index ¶ type Docker func NewDocker() (rv *Docker, err error) func (d *Docker) Close() (err error) func (d *Docker) Containers(ctx context.Context, proto graph.NetProto, step func(int, int)) (rv []*graph.Container, err error) func (d *Docker) Kind() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Docker ¶ type Docker struct { // contains filtered or unexported fields } func NewDocker ¶ func NewDocker() (rv *Docker, err error) func (*Docker) Close ¶ func (d *Docker) Close() (err error) func (*Docker) Containers ¶ func (d *Docker) Containers( ctx context.Context, proto graph.NetProto, step func(int, int), ) (rv []*graph.Container, err error) func (*Docker) Kind ¶ func (d *Docker) Kind() string Source Files ¶ View all Source files docker.go Click to show internal directories. Click to hide internal directories.