Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackBaseForm ¶
type CallbackBaseForm struct { Bucket string `json:"bucket" form:"bucket"` Etag string `json:"etag" form:"etag"` Filename string `json:"filename" form:"filename"` Size string `json:"size" form:"size"` MimeType string `json:"mime_type" form:"mime_type"` Height string `json:"height" form:"height"` Width string `json:"width" form:"width"` Format string `json:"format" form:"format"` OriginFilename string `json:"origin_filename" form:"origin_filename"` }
type CallbackParam ¶
type ConfigStruct ¶
type ConfigStruct struct { Expiration string `json:"expiration"` Conditions [][]interface{} `json:"conditions"` }
type EscapeError ¶
type EscapeError string
func (EscapeError) Error ¶
func (e EscapeError) Error() string
type InvalidHostError ¶
type InvalidHostError string
func (InvalidHostError) Error ¶
func (e InvalidHostError) Error() string
Click to show internal directories.
Click to hide internal directories.