containerwalker

package
v0.12.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerWalker

type ContainerWalker struct {
	Client  *containerd.Client
	OnFound OnFound
}

func (*ContainerWalker) Walk

func (w *ContainerWalker) Walk(ctx context.Context, req string) (int, error)

Walk walks containers and calls w.OnFound . Req is name, short ID, or long ID. Returns the number of the found entries.

type Found

type Found struct {
	Container  containerd.Container
	Req        string // The raw request string. name, short ID, or long ID.
	MatchIndex int    // Begins with 0, up to MatchCount - 1.
	MatchCount int    // 1 on exact match. > 1 on ambiguous match. Never be <= 0.
}

type OnFound

type OnFound func(ctx context.Context, found Found) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL