Documentation ¶
Index ¶
- type Operation
- type StorageService
- type UnimplementedStoragePlugin
- func (*UnimplementedStoragePlugin) Delete(bucket string, key string) error
- func (*UnimplementedStoragePlugin) PreSignUrl(bucket string, key string, operation Operation, expiry uint32) (string, error)
- func (*UnimplementedStoragePlugin) Read(bucket string, key string) ([]byte, error)
- func (*UnimplementedStoragePlugin) Write(bucket string, key string, object []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageService ¶
type UnimplementedStoragePlugin ¶
type UnimplementedStoragePlugin struct{}
func (*UnimplementedStoragePlugin) Delete ¶
func (*UnimplementedStoragePlugin) Delete(bucket string, key string) error
func (*UnimplementedStoragePlugin) PreSignUrl ¶ added in v0.12.0
Click to show internal directories.
Click to hide internal directories.