response

package
v1.66.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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"`
	ContentType string `json:"contentType" swaggertype:"string"`
}

type FileZipResponse added in v1.65.5

type FileZipResponse struct {
	Name string `json:"name" 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

type UUIDVersionsResponse struct {
	Versions map[string]string `json:"versions" yaml:"versions" toml:"versions" swaggertype:"object"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL