apiserver

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: May 4, 2026 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithResponseWriter

func WithResponseWriter(next http.Handler) http.Handler

Middleware to inject ResponseWriter and *http.Request into context. The Request is needed by http.ServeContent for handling byte-range requests.

Types

type MetricServer

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

func NewMetricServer

func NewMetricServer(bindAddress string, listener net.Listener) *MetricServer

func (*MetricServer) Run

func (m *MetricServer) Run(ctx context.Context) error

type Server

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

func New

func New(
	cfg *config.Config,
	store store.Store,
	listener net.Listener,
	opaValidator *opa.Validator,
	jobsClient *jobs.Client,
) *Server

New returns a new instance of a migration-planner server.

func (*Server) Run

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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