Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomString ¶
GenerateRandomString returns a URL-safe random string.
Types ¶
type Transfer ¶
type Transfer struct { Shorturl string `json:"shorturl"` Bucket string `json:"bucket"` Object string `json:"object"` Filename string `json:"filename"` Username string `json:"username"` Message string `json:"message"` TransferType string `json:"transfertype"` Size int64 `json:"size"` Encrypted bool `json:"encrypted"` CreationDate string `json:"creationdate"` Expiry string `json:"expiry"` }
Click to show internal directories.
Click to hide internal directories.