server

package
v4.80.6 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2024 License: MIT Imports: 9 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Address         string
	Name            string
	Cert            string
	Key             string
	Port            uint
	ReadTimeout     time.Duration
	WriteTimeout    time.Duration
	IdleTimeout     time.Duration
	ShutdownTimeout time.Duration
}

func Flags

func Flags(fs *flag.FlagSet, prefix string, overrides ...flags.Override) *Config

type Server added in v4.64.0

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

func New

func New(config *Config) *Server

func (*Server) Done added in v4.64.0

func (s *Server) Done() <-chan struct{}

func (*Server) ListenAddr added in v4.78.3

func (s *Server) ListenAddr() string

func (*Server) Start added in v4.64.0

func (s *Server) Start(ctx context.Context, handler http.Handler)

func (*Server) Stop added in v4.67.0

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

Jump to

Keyboard shortcuts

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