types

package
v0.15.2 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Code generated by goctl. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DownloadRequest

type DownloadRequest struct {
	File string `path:"file"`
}

type ParamRequest

type ParamRequest struct {
	Name string `form:"name"`
}

type PathRequest

type PathRequest struct {
	Name string `path:"name"`
}

type PostRequest

type PostRequest struct {
	Name string `json:"name"`
}

type Response

type Response struct {
	Message string
}

type UploadResponse

type UploadResponse struct {
	Code int `json:"code"`
}

Jump to

Keyboard shortcuts

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