apiserver

package
v0.0.0-...-22b4154 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2025 License: Apache-2.0 Imports: 23 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 into context

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,
) *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