Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerInterface ¶
type DockerInterface interface { Build(ctx context.Context, path string, config *atobv1.ImageConfig, file *os.File) error Pull(ctx context.Context, config *atobv1.ImageConfig) (io.ReadCloser, error) }
func Default ¶
func Default() DockerInterface
Click to show internal directories.
Click to hide internal directories.