server

package
v0.0.0-...-11987fe Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefineCustomError

func DefineCustomError(code int, msg ...interface{}) *echo.HTTPError

DefineCustomError define new custom error at package level.

func New

func New(cfg *Config) *echo.Echo

New create new echo server with basic configuration.

func Start

func Start(e *echo.Echo, isDevelopment bool)

Start starts echo server

Types

type Config

type Config struct {
	Address      string
	ReadTimeout  int
	WriteTimeout int
	Domain       string
	Debug        bool
	AllowOrigins []string
	AllowHeaders []string
	AllowMethods []string
}

Config is the server config.

Jump to

Keyboard shortcuts

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