proto

package
v1.4.10 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2023 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 HelloFileReq

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

type HelloFileResp

type HelloFileResp struct {
	Url string `json:"url"`
}

type HelloMultipleFilesReq

type HelloMultipleFilesReq struct {
}

type HelloMultipleFilesResp

type HelloMultipleFilesResp struct {
	Result string `json:"result"`
}

type HelloReq

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

type HelloResp

type HelloResp struct {
	Welcome string `json:"welcome"`
}

Jump to

Keyboard shortcuts

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