statserver

package
v0.4.7 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppStatus

type AppStatus interface {
	IsReady() bool
	IsAlive() bool
}

type Server

type Server interface {
	Run(ctx context.Context) error
	Shutdown(ctx context.Context) error
}

func New

func New(port int, logger log.MetaLogger, appStatus AppStatus, promHandler http.Handler) Server

Jump to

Keyboard shortcuts

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