Documentation
¶
Index ¶
Constants ¶
View Source
const ( IMAGES_PREFIX = "images/" VIDEOS_PREFIX = "videos/" UPLOADS_PREFIX = "uploads/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketFactory ¶
type BucketFactory struct { Name string BucketName string Path string Provider ProviderInterface }
func MakeBucketStrategy ¶
func MakeBucketStrategy(ctx context.Context, provider string) (*BucketFactory, error)
type ProviderInterface ¶
type ProviderMock ¶
Click to show internal directories.
Click to hide internal directories.