storage

package
v0.0.0-...-b4339e2 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2019 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 IFilter

type IFilter interface {
	Image() *filter.ImageFilter
}

func Filter

func Filter() IFilter

type IStorage

type IStorage interface {
	Begin(ctx context.Context) (context.Context, error)
	Rollback(ctx context.Context) (context.Context, error)
	Commit(ctx context.Context) (context.Context, error)
	Listen(ctx context.Context, key string, event chan string) error

	Build() storage.Build
	Image() storage.Image
	Builder() storage.Builder
	System() storage.System
}

func Get

func Get(c string) (IStorage, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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