server

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2022 License: GPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run added in v0.2.0

func Run(c *config.Config)

Types

type HttpServer added in v0.2.2

type HttpServer struct {
	Addr    string
	Cert    string
	Key     string
	Handler http.Handler
}

HttpServer struct

func NewHttpServer added in v0.2.2

func NewHttpServer(addr, cert, key string, h http.Handler) *HttpServer

func (*HttpServer) ListenAndServe added in v0.2.2

func (s *HttpServer) ListenAndServe(addr string) error

ListenAndServe listen and server addr

func (*HttpServer) ListenAndServeTLS added in v0.2.2

func (s *HttpServer) ListenAndServeTLS(addr string) error

ListenAndServeTLS serve tls

func (*HttpServer) Run added in v0.2.2

func (s *HttpServer) Run(ec chan error)

Jump to

Keyboard shortcuts

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