rest

package
v0.0.0-...-479def7 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ApiPathEchi     = "/echo"
	ApiPathGetData  = "/get-data"
	ContentType     = "Content-Type"
	ApplicationJson = "application/json"
	Charset         = "charset=UTF-8"
	JsonCharset     = ApplicationJson + "; " + Charset
	PingEndpoint    = "/ping"
	PingResponse    = "pong"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server interface {
	Serve(app *handlers.Config) error
	Stop()
}

func NewServer

func NewServer() Server

Jump to

Keyboard shortcuts

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