Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDriverFactory ¶
func RegisterDriverFactory(driverType string, factory DriverFactory)
Types ¶
type CloudDriver ¶
type CloudDriver interface {
SyncMetadata(ctx context.Context, input *pb.SyncMetadataRequest) error
DownloadObject()
}
func CreateStorageDriver ¶
func CreateStorageDriver(driverType string, detail *backendpb.BackendDetail) (CloudDriver, error)
type DriverFactory ¶
type DriverFactory interface {
CreateDriver(detail *backendpb.BackendDetail) (CloudDriver, error)
}
Click to show internal directories.
Click to hide internal directories.