imagemanager

package
v0.0.0-...-4bd6544 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2016 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageManager

type ImageManager interface {
	ListImages(arg params.ImageFilterParams) (params.ListImageResult, error)
	DeleteImages(arg params.ImageFilterParams) (params.ErrorResults, error)
}

ImageManager defines the methods on the imagemanager API end point.

type ImageManagerAPI

type ImageManagerAPI struct {
	// contains filtered or unexported fields
}

ImageManagerAPI implements the ImageManager interface and is the concrete implementation of the api end point.

func NewImageManagerAPI

func NewImageManagerAPI(st *state.State, resources facade.Resources, authorizer facade.Authorizer) (*ImageManagerAPI, error)

NewImageManagerAPI creates a new server-side imagemanager API end point.

func (*ImageManagerAPI) DeleteImages

DeleteImages deletes the images matching the specified filter.

func (*ImageManagerAPI) ListImages

ListImages returns images matching the specified filter.

Jump to

Keyboard shortcuts

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