Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHandlers ¶
Types ¶
type Service ¶
type Service interface { List(ctx context.Context) ([]types.ImageSummary, error) Pull(ctx context.Context, name, tag, platform string, authCfg *dockertypes.AuthConfig, outStream io.Writer) error Push(ctx context.Context, name, tag string, authCfg *dockertypes.AuthConfig, outStream io.Writer) (*types.PushResult, error) Remove(ctx context.Context, name string, force bool) (deleted, untagged []string, err error) Tag(ctx context.Context, srcImg string, repo, tag string) error Inspect(ctx context.Context, name string) (*dockercompat.Image, error) Load(ctx context.Context, inStream io.Reader, outStream io.Writer, quiet bool) error }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.