Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFlareService ¶
type CloudFlareService interface { UploadImage(imageBytes []byte, filename string) (*UploadImageResponse, error) DeleteImage(cloudFlareID uuid.UUID) error }
func NewCloudFlareService ¶
func NewCloudFlareService(i *do.Injector) (CloudFlareService, error)
type UploadImageResponse ¶
Click to show internal directories.
Click to hide internal directories.