request

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseFileRequest

type BaseFileRequest struct {
	BucketName string `json:"bucket_name"`
	FolderPath string `json:"folder_path"`
}

type FileRequest

type FileRequest struct {
	BaseFileRequest
	Filename string `json:"filename"`
}

type MoveFileRequest

type MoveFileRequest struct {
	OldFolderPath string `json:"old_folder_path"`
	NewFolderPath string `json:"new_folder_path"`
}

type MoveFolderRequest

type MoveFolderRequest struct {
	BaseFileRequest
	NewFolderPath string `json:"new_folder_path"`
}

type RenameFileRequest

type RenameFileRequest struct {
	BaseFileRequest
	Filename    string `json:"filename"`
	NewFilename string `json:"new_filename"`
}

type RenameFolderRequest

type RenameFolderRequest struct {
	BaseFileRequest
	NewFolderName string `json:"new_folder_name"`
}

Jump to

Keyboard shortcuts

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