Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StorageCmd = &cobra.Command{
Use: "storage",
Short: "Manage storage buckets and files",
Long: `List, create, update, and delete storage buckets and files.`,
}
StorageCmd manages storage
Functions ¶
This section is empty.
Types ¶
type BucketInfo ¶
type BucketInfo struct {
ID string `json:"$id"`
Name string `json:"name"`
Enabled bool `json:"enabled"`
MaxFileSize int `json:"maximumFileSize"`
AllowedExts []string `json:"allowedFileExtensions"`
Encryption bool `json:"encryption"`
Antivirus bool `json:"antivirus"`
Compression string `json:"compression"`
CreatedAt string `json:"$createdAt,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.