Documentation
¶
Index ¶
- type Client
- type StorageService
- func (pkg *StorageService) Download(ctx context.Context, key *string) (io.Reader, error)
- func (pkg *StorageService) ListObjects(ctx context.Context) ([]*domain.FileInfo, error)
- func (pkg *StorageService) PreSign(ctx context.Context, key, contentType *string) (*string, error)
- func (pkg *StorageService) Upload(ctx context.Context, key, contentType *string, data io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Storage *StorageService // contains filtered or unexported fields }
type StorageService ¶
type StorageService service
func (*StorageService) ListObjects ¶
Click to show internal directories.
Click to hide internal directories.