server

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ZeroLogger

func ZeroLogger(logger zerolog.Logger) func(next http.Handler) http.Handler

Types

type Config

type Config struct {
	Port string
}

func (Config) Validate

func (config Config) Validate() error

type Server

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

func New

func New(logger zerolog.Logger, store store.Store, cache cache.Cache, cfg *Config) (*Server, error)

func (*Server) Run

func (s *Server) Run() error

func (*Server) Stop

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

Jump to

Keyboard shortcuts

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