Versions in this module Expand all Collapse all v0 v0.1.0 Jan 23, 2021 Changes in this version + type Store struct + func New(path string) *Store + func (o *Store) CreateVol(ctx context.Context, v Volume) error + func (o *Store) DeleteVol(ctx context.Context, name string) error + func (o *Store) ReadVol(ctx context.Context, name string) (*Volume, error) + func (o *Store) UpdateVol(ctx context.Context, v Volume) error + type Volume struct + Capacity int64 + Dynamic bool + MFSPath string + Name string + Node string + Path string