Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteObject ¶
type MinioStorage ¶
type MinioStorage struct {
// contains filtered or unexported fields
}
func (*MinioStorage) DeleteObject ¶
func (s *MinioStorage) DeleteObject(ctx context.Context, u *DeleteObject) error
func (*MinioStorage) GetAllObjectNames ¶
func (*MinioStorage) UploadObject ¶
func (s *MinioStorage) UploadObject(ctx context.Context, u *UploadObject) (string, error)
type ObjectStorage ¶
type ObjectStorage interface {
// contains filtered or unexported methods
}
func NewMinioStorage ¶
Click to show internal directories.
Click to hide internal directories.