Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GetObjectURL(bucket string, object *Object) string
GetObjectCachedURL(bucket string, object *Object) string
GetObjectSignedURL(bucket string, object *Object, expires time.Time) string
UploadObjectFromFile(ormService *orm.Engine, bucket, localFile string) Object
UploadObjectFromBase64(ormService *orm.Engine, bucket, content, extension string) Object
UploadImageFromFile(ormService *orm.Engine, bucket, localFile string) Object
UploadImageFromBase64(ormService *orm.Engine, bucket, image, extension string) Object
}
Click to show internal directories.
Click to hide internal directories.