Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { Add(ctx context.Context, name string, vol *csi.Volume) error Get(ctx context.Context, name string) (*csi.Volume, error) Remove(ctx context.Context, name string) error Close(ctx context.Context) error }
Store provides a Store where the plugin will store metadata from CSI
Click to show internal directories.
Click to hide internal directories.