route

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package route contains useful functionality for the package route

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDefaultService

func NewDefaultService(ctx context.Context) *restful.WebService

NewDefaultService default service included with metrics,pprof

func NoOpFilter

func NoOpFilter(req *restful.Request, res *restful.Response, chain *restful.FilterChain)

NoOpFilter creates a default no operation filter

Types

type ContextRoute

type ContextRoute interface {
	Register(ctx context.Context, ws *restful.WebService) error
}

ContextRoute is a service should implement register func to register go restful webservice

type Route

type Route interface {
	Register(ws *restful.WebService)
}

Route a service should implement register func to register go restful webservice Deprecated: replaced by ContextRoute

func NewHealthz

func NewHealthz(ctx context.Context) Route

NewHealthz basic health check service

func NewSystem

func NewSystem(ctx context.Context) Route

Jump to

Keyboard shortcuts

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