Documentation ¶
Index ¶
- type Client
- func (c *Client) DeleteFile(ctx context.Context, noteUUID, fileName string) error
- func (c *Client) GetBucketFiles(ctx context.Context, bucketName string) ([]*minio.Object, error)
- func (c *Client) GetFile(ctx context.Context, bucketName, fileID string) (*minio.Object, error)
- func (c *Client) UploadFile(ctx context.Context, fileID, fileName, bucketName string, fileSize int64, ...) error
- type Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DeleteFile ¶
func (*Client) GetBucketFiles ¶
Click to show internal directories.
Click to hide internal directories.