http

package
v0.0.0-...-d1707c3 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2022 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CacheEndpoint

func CacheEndpoint(srv *echo.Echo)

CacheEndpoint is a key-value cache store

func LogsEndpoint

func LogsEndpoint(srv *echo.Echo, cfg *config.SpinalConfig)

LogsEndpoint enables log read/write endpoints

func NewServer

func NewServer(port string) *echo.Echo

NewServer sets up a new HTTP server

func OverseerEndpoint

func OverseerEndpoint(srv *echo.Echo, ovr *overseer.Overseer)

OverseerEndpoint enables Overseer endpoints

func Serve

func Serve(srv *echo.Echo)

Serve listens and serves

Types

type DefaultLogger

type DefaultLogger = logr.DefaultLogger

DefaultLogger is a type alias

type LogEntry

type LogEntry struct {
	Level uint   `json:"level"`
	Time  uint   `json:"time"`
	Msg   string `json:"msg"`
	Pid   uint   `json:"pid,omitempty"`
}

type Logger

type Logger = logr.Logger

Logger is a type alias

Jump to

Keyboard shortcuts

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