registry

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2019 License: Apache-2.0 Imports: 15 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CelleryRegistry

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

func NewCelleryRegistry

func NewCelleryRegistry() *CelleryRegistry

func (*CelleryRegistry) Out

func (registry *CelleryRegistry) Out() io.Writer

Out returns the writer used for the stdout.

func (*CelleryRegistry) Pull

func (registry *CelleryRegistry) Pull(parsedCellImage *image.CellImage, username string, password string) ([]byte, error)

func (*CelleryRegistry) Push

func (registry *CelleryRegistry) Push(parsedCellImage *image.CellImage, fileBytes []byte, username, password string) error

type Registry

type Registry interface {
	Pull(parsedCellImage *image.CellImage, username string, password string) ([]byte, error)
	Push(parsedCellImage *image.CellImage, fileBytes []byte, username, password string) error
	Out() io.Writer
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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