proto

package
v0.0.0-...-a2093d6 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2022 License: LGPL-2.1 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