Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudServiceGroup ¶
type CloudServiceGroup struct {
CloudStorage map[string]*s3.S3
ProviderData map[string]struct {
Id uint64
Folder string
Bucket string
Endpoint string
UseCdn bool
CdnUrl string
}
DefaultProvider string
}
func NewCloudServiceGroup ¶
func NewCloudServiceGroup(db *ent.Client) *CloudServiceGroup
NewCloudServiceGroup returns the S3 service client group
Click to show internal directories.
Click to hide internal directories.