api

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2026 License: MIT Imports: 23 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 is the HTTP/REST API server.

func NewServer

func NewServer(
	addr string,
	pool *concurrency.WorkerPool,
	lm *lifecycle.Manager,
	reg *registry.Store,
	cfg *core.Config,
) *Server

NewServer creates a new API server

func (*Server) SetDaemonManager

func (s *Server) SetDaemonManager(dm *daemon.DaemonManager)

SetDaemonManager binds the daemon manager for runtime interval reconfiguration.

func (*Server) Start

func (s *Server) Start() error

Start starts the server. Uses TLS if configured.

func (*Server) Stop

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

Stop gracefully stops the server

Directories

Path Synopsis
Package apierr provides a standardised error response format for the QubicDB HTTP API.
Package apierr provides a standardised error response format for the QubicDB HTTP API.

Jump to

Keyboard shortcuts

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