Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface {
CreateFolder(ctx context.Context, parentID *string, name string, metadata map[string]string) (*string, error)
ToTusHandler(basePath string, uploadPrefix string) (*handler.Handler, error)
}
func GetProviderFrom ¶
func GetProviderFrom(p *database.PublicStorageProvidersSelect) (Provider, error)
Click to show internal directories.
Click to hide internal directories.