Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { Upload(ctx context.Context, file multipart.File, filename string) (string, string, error) Delete(ctx context.Context, objectName string) error PresignedURL(ctx context.Context, bucketName, objectName string) (string, error) // contains filtered or unexported methods }
MinIO对象存储管理Service
Click to show internal directories.
Click to hide internal directories.