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
}
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 }
Click to show internal directories.
Click to hide internal directories.