request

package
v1.64.64 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileDestroyRequest added in v1.64.64

type FileDestroyRequest FileRequest

type FileDownloadRequest added in v1.64.64

type FileDownloadRequest FileRequest

type FileListRequest added in v1.57.4

type FileListRequest FileRequest

type FileRequest added in v1.64.64

type FileRequest struct {
	Path string `json:"path" yaml:"path" toml:"path"`
}

type FileZipRequest added in v1.64.64

type FileZipRequest FileRequest

type UUIDGenerateRequest

type UUIDGenerateRequest struct {
	Number         uint8       `json:"number" yaml:"number" toml:"number" v-rule:"(required)(min>0)(max<256)" v-name:"生成数量"`
	NoSubsTractKey bool        `json:"noSubsTractKey" yaml:"noSubsTractKey" toml:"noSubsTractKey" v-rule:"bool" v-name:"不减去key"`
	IsUpper        bool        `json:"isUpper" yaml:"isUpper" toml:"isUpper" v-rule:"bool" v-name:"是否大写"`
	Version        UUIDVersion `json:"version" yaml:"version" toml:"version" v-rule:"(required)(in:v1,v4,v6,v7)" v-name:"uuid版本"` // Ensure to convert UUIDVersion to string when asserting
}

type UUIDVersion

type UUIDVersion = string
const (
	UUIDVersionV1 UUIDVersion = "v1"
	UUIDVersionV4 UUIDVersion = "v4"
	UUIDVersionV6 UUIDVersion = "v6"
	UUIDVersionV7 UUIDVersion = "v7"
)

Jump to

Keyboard shortcuts

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