api

package
v0.0.41 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 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 Server

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

Server provides HTTP endpoints

func NewServer

func NewServer(logger zerolog.Logger, port int) *Server

NewServer creates a new Server instance

func (*Server) Addr added in v0.0.23

func (s *Server) Addr() string

Addr returns the listener address, useful when started on port 0

func (*Server) Start

func (s *Server) Start() error

Start starts the HTTP server

func (*Server) Stop

func (s *Server) Stop() 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