server

package
v0.0.0-...-72e33f6 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHTTPRedirect

func NewHTTPRedirect(httpsPort string) *echo.Echo

func NewHTTPRouter

func NewHTTPRouter(assetsPrefix string) *echo.Echo

Types

type Certificate

type Certificate struct {
	CertFile string
	KeyFile  string
}

func (Certificate) ForceGenerate

func (c Certificate) ForceGenerate() error

type HTTPServer

type HTTPServer struct {
	// contains filtered or unexported fields
}

func NewHTTPServer

func NewHTTPServer(
	e *echo.Echo,
	address string,
	cert *Certificate,
) HTTPServer

func (HTTPServer) Serve

func (s HTTPServer) Serve(ctx context.Context) error

func (HTTPServer) String

func (s HTTPServer) String() string

Jump to

Keyboard shortcuts

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