server

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// Address is the IP:port combo to host on
	Address string
}

func NewDefaultConfig

func NewDefaultConfig() Config

type CoverageRepository

type CoverageRepository interface {
	// contains filtered or unexported methods
}

type Server

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

func New

func New(cfg Config, coverageRepo CoverageRepository) *Server

func (*Server) Handler

func (s *Server) Handler() http.Handler

Handler will return the underlying handler, useful for running a lambda

func (*Server) ListenAndServe

func (s *Server) ListenAndServe(ctx context.Context) error

ListenAndServe will run the HTTP server until the given context is canceled, or until the underlying HTTP server errors for some other reason.

Jump to

Keyboard shortcuts

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