server

package
v0.9.15 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2026 License: MIT Imports: 6 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 {
	Port         int
	ReadTimeout  time.Duration
	WriteTimeout time.Duration
}

Config holds server configuration

type Server

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

Server manages the HTTP server for metrics and health endpoints

func New

func New(config *Config) *Server

New creates a new server instance

func (*Server) GetHandler

func (s *Server) GetHandler() *http.ServeMux

GetHandler returns the server's HTTP handler for registering additional endpoints

func (*Server) Start

func (s *Server) Start() error

Start starts the HTTP server in a goroutine

func (*Server) Stop

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

Stop gracefully shuts down the HTTP server

Jump to

Keyboard shortcuts

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