Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudService ¶
type CloudService interface { SaveFile(ctx context.Context, fileHeader *multipart.FileHeader) (uploadId string, err error) GetFileUrl(ctx context.Context, uploadID string) (url string, err error) }
func NewAWSCloudService ¶
func NewAWSCloudService(cfg config.Config) (CloudService, error)
Click to show internal directories.
Click to hide internal directories.