Documentation
¶
Index ¶
- Constants
- type HwFSAdapter
- func (hd *HwFSAdapter) Close() error
- func (hd *HwFSAdapter) CreateFileShare(ctx context.Context, in *pb.CreateFileShareRequest) (*pb.CreateFileShareResponse, error)
- func (hd *HwFSAdapter) DeleteFileShare(ctx context.Context, in *pb.DeleteFileShareRequest) (*pb.DeleteFileShareResponse, error)
- func (hd *HwFSAdapter) GetFileShare(ctx context.Context, in *pb.GetFileShareRequest) (*pb.GetFileShareResponse, error)
- func (hd *HwFSAdapter) ListFileShare(ctx context.Context, in *pb.ListFileShareRequest) (*pb.ListFileShareResponse, error)
- func (hd *HwFSAdapter) UpdatefileShare(ctx context.Context, in *pb.UpdateFileShareRequest) (*pb.UpdateFileShareResponse, error)
- type HwSFSDriverFactory
Constants ¶
View Source
const ( HwSFSType = "HwSFSType" HwSFS = "SFS" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HwFSAdapter ¶
type HwFSAdapter struct {
// contains filtered or unexported fields
}
func (*HwFSAdapter) Close ¶
func (hd *HwFSAdapter) Close() error
func (*HwFSAdapter) CreateFileShare ¶
func (hd *HwFSAdapter) CreateFileShare(ctx context.Context, in *pb.CreateFileShareRequest) (*pb.CreateFileShareResponse, error)
func (*HwFSAdapter) DeleteFileShare ¶
func (hd *HwFSAdapter) DeleteFileShare(ctx context.Context, in *pb.DeleteFileShareRequest) (*pb.DeleteFileShareResponse, error)
func (*HwFSAdapter) GetFileShare ¶
func (hd *HwFSAdapter) GetFileShare(ctx context.Context, in *pb.GetFileShareRequest) (*pb.GetFileShareResponse, error)
func (*HwFSAdapter) ListFileShare ¶
func (hd *HwFSAdapter) ListFileShare(ctx context.Context, in *pb.ListFileShareRequest) (*pb.ListFileShareResponse, error)
func (*HwFSAdapter) UpdatefileShare ¶
func (hd *HwFSAdapter) UpdatefileShare(ctx context.Context, in *pb.UpdateFileShareRequest) (*pb.UpdateFileShareResponse, error)
type HwSFSDriverFactory ¶
type HwSFSDriverFactory struct { }
func (*HwSFSDriverFactory) CreateFileStorageDriver ¶
func (factory *HwSFSDriverFactory) CreateFileStorageDriver(backend *backendpb.BackendDetail) (driver.FileStorageDriver, error)
Click to show internal directories.
Click to hide internal directories.