proto

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelloFileHandlerReq

type HelloFileHandlerReq struct {
	File *multipart.FileHeader `json:"file" form:"file"`
	Host string                `json:"host,default=whereabouts.icu" form:"host,default=whereabouts.icu"`
}

type HelloFileHandlerResp

type HelloFileHandlerResp struct {
	Code bool   `json:"coder"`
	Url  string `json:"url"`
}

type HelloHandlerReq

type HelloHandlerReq struct {
	Name string `json:"name,default=jsonName" form:"name,default=formName"`
}

type HelloHandlerResp

type HelloHandlerResp struct {
	Code    bool   `json:"coder"`
	Message string `json:"message"`
}

type HelloMultipleFilesHandlerReq

type HelloMultipleFilesHandlerReq struct {
}

type HelloMultipleFilesHandlerResp

type HelloMultipleFilesHandlerResp struct {
	result.DefaultResp
}

type StandardFileHandlerReq

type StandardFileHandlerReq struct {
	File *multipart.FileHeader `json:"file" form:"file"`
	Host string                `json:"host,default=whereabouts.icu" form:"host,default=whereabouts.icu"`
}

type StandardFileHandlerResp

type StandardFileHandlerResp struct {
	Code bool   `json:"coder"`
	Url  string `json:"url"`
}

type StandardHandlerReq

type StandardHandlerReq struct {
	Name string `json:"name,default=jsonName" form:"name,default=formName"`
}

type StandardHandlerResp

type StandardHandlerResp struct {
	Code    bool   `json:"coder"`
	Message string `json:"message"`
}

type StandardMultipleFilesHandlerReq

type StandardMultipleFilesHandlerReq struct {
}

type StandardMultipleFilesHandlerResp

type StandardMultipleFilesHandlerResp struct {
	result.DefaultResp
}

Jump to

Keyboard shortcuts

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