Documentation
¶
Index ¶
- type Minio
- func (m *Minio) Init(cfg config.StorageConfig) error
- func (m *Minio) JoinStoragePath(task types.Task) string
- func (m *Minio) Name() string
- func (m *Minio) NewUploadStream(ctx context.Context, storagePath string) (io.WriteCloser, error)
- func (m *Minio) Save(ctx context.Context, localFilePath, storagePath string) error
- func (m *Minio) Type() types.StorageType
- type MinioWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Minio ¶
type Minio struct {
// contains filtered or unexported fields
}
func (*Minio) NewUploadStream ¶
func (*Minio) Type ¶
func (m *Minio) Type() types.StorageType
type MinioWriter ¶
type MinioWriter struct {
// contains filtered or unexported fields
}
func (*MinioWriter) Close ¶
func (w *MinioWriter) Close() error
Click to show internal directories.
Click to hide internal directories.