http

package
v0.0.0-...-499b85e Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Server

func Server(opts ...Option) (svc.Service, error)

Server initializes the http service and server.

Types

type Option

type Option func(o *Options)

Option defines a single option function.

func Config

func Config(val *config.Config) Option

Config provides a function to set the config option.

func Context

func Context(val context.Context) Option

Context provides a function to set the context option.

func Flags

func Flags(val []cli.Flag) Option

Flags provides a function to set the flags option.

func Handler

func Handler(h http.Handler) Option

Handler provides a function to set the Handler option.

func Logger

func Logger(val log.Logger) Option

Logger provides a function to set the logger option.

func Metrics

func Metrics(val *metrics.Metrics) Option

Metrics provides a function to set the metrics option.

func Middlewares

func Middlewares(val alice.Chain) Option

Middlewares provides a function to register middlewares

type Options

type Options struct {
	Logger      log.Logger
	Context     context.Context
	Config      *config.Config
	Handler     http.Handler
	Metrics     *metrics.Metrics
	Flags       []cli.Flag
	Middlewares alice.Chain
}

Options defines the available options for this package.

Jump to

Keyboard shortcuts

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