Documentation ¶
Index ¶
- type Storage
- func (s *Storage) Create(ctx context.Context, name string, manifest *types.VolumeManifest) (*types.VolumeState, error)
- func (s *Storage) FilesCheck(ctx context.Context, state *types.VolumeState, files map[string]string) (bool, error)
- func (s *Storage) FilesDel(ctx context.Context, state *types.VolumeState, files []string) error
- func (s *Storage) FilesList(ctx context.Context, state *types.VolumeState) ([]string, error)
- func (s *Storage) FilesPut(ctx context.Context, state *types.VolumeState, files map[string]string) error
- func (s *Storage) List(ctx context.Context) (map[string]*types.VolumeState, error)
- func (s *Storage) Remove(ctx context.Context, state *types.VolumeState) error
- type StorageOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
func (*Storage) Create ¶
func (s *Storage) Create(ctx context.Context, name string, manifest *types.VolumeManifest) (*types.VolumeState, error)
func (*Storage) FilesCheck ¶
type StorageOpts ¶
type StorageOpts struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.