webbase

package module
v1.3.5 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

View Source
const (
	DefaultFunctionAddress = ":8080"
	DefaultMetricsAddress  = ":8081"
)

Variables

View Source
var (
	FunctionName string
)

Functions

func NewResponseWriter

func NewResponseWriter(w http.ResponseWriter) *responseWriter

func NewRouter added in v1.0.5

func NewRouter() *mux.Router

NewRouter creates a new router with the default webbase middleware

func Serve deprecated

func Serve(name string, functionHandler http.HandlerFunc)

Serve is a helper function to start a server with a single function handler

Deprecated: Use ServeFunction instead

func ServeFunction added in v1.0.5

func ServeFunction(name string, functionHandler http.HandlerFunc, options ...serveOption)

ServeFunction starts a server with a single handler function

func ServeRouter added in v1.0.5

func ServeRouter(name string, router *mux.Router, options ...serveOption)

ServeRouter starts a server with a set of routes

func WithSentryDebug added in v1.3.0

func WithSentryDebug(debug bool) serveOption

WithSentryDebug sets the debug flag for sentry

func WithServiceListenAddress added in v1.2.0

func WithServiceListenAddress(address string) serveOption

WithServiceListenAddress sets the address for the service (healthcheck/metrics) listener

func WithWebListenAddress added in v1.2.0

func WithWebListenAddress(address string) serveOption

WithWebListenAddress sets the address for the web listener

func WithoutServiceEndpoint added in v1.3.1

func WithoutServiceEndpoint() serveOption

WithoutServiceEndpoint disables the metrics/healthcheck endpoint

Types

This section is empty.

Directories

Path Synopsis
example
multiEndpoint command
singleFunction command

Jump to

Keyboard shortcuts

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