Documentation ¶
Index ¶
- type Storage
- func (s *Storage) AddImage(_ context.Context, img differentiating.Image) error
- func (s *Storage) DeleteImage(_ context.Context, img differentiating.Image) error
- func (s *Storage) ListImages(_ context.Context, opts differentiating.ListOptions) ([]differentiating.Image, error)
- func (s *Storage) UpdateImage(_ context.Context, img differentiating.Image) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewMemoryStorage ¶
func NewMemoryStorage() *Storage
func (*Storage) DeleteImage ¶
func (*Storage) ListImages ¶
func (s *Storage) ListImages(_ context.Context, opts differentiating.ListOptions) ([]differentiating.Image, error)
func (*Storage) UpdateImage ¶
Click to show internal directories.
Click to hide internal directories.