Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectStorage ¶
type ObjectStorage struct {
Connection string
Host string
Port string
Username string
Password string
SSL bool
}
func (*ObjectStorage) Minio ¶
func (objectStorage *ObjectStorage) Minio() (*ObjectStorageConnection, error)
func (*ObjectStorage) SeaweedFS ¶
func (objectStorage *ObjectStorage) SeaweedFS() (*ObjectStorageConnection, error)
type ObjectStorageConnection ¶
type ObjectStorageConnection struct {
Minio *minio.Client
SeaweedFS *gopackage.SeaweedFSData
}
func New ¶
func New(objectStorage *ObjectStorage) (*ObjectStorageConnection, error)
Click to show internal directories.
Click to hide internal directories.