Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileListResponse ¶ added in v1.65.4
type FileListResponse struct {
Filesystemers []filesystemV4.Filesystemer `json:"filesystemers" swaggertype:"array,object"`
CurrentPath string `json:"currentPath" swaggertype:"string"`
}
type FileUploadResponse ¶ added in v1.65.4
type FileUploadResponse struct {
FileName string `json:"filename" swaggertype:"string"`
Size int64 `json:"size" swaggertype:"integer"`
SavedAs string `json:"savedAs" swaggertype:"string"`
SavedPath string `json:"savedPath" swaggertype:"string"`
ContentType string `json:"contentType" swaggertype:"string"`
}
type UUIDGenerateResponse ¶
type UUIDGenerateResponse struct {
UUIDs []UUIDResponse `json:"uuids" yaml:"uuids" toml:"uuids" swaggertype:"array"`
}
type UUIDResponse ¶
type UUIDResponse struct {
UUID string `json:"uuid" yaml:"uuid" toml:"uuid" swaggertype:"string"`
}
var UUID UUIDResponse
func (UUIDResponse) New ¶
func (UUIDResponse) New(uuid string) UUIDResponse
type UUIDVersionsResponse ¶
Click to show internal directories.
Click to hide internal directories.