http

package
v2.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2020 License: Apache-2.0 Imports: 8 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(o *Options)

Option defines a single option function.

func Address

func Address(a string) Option

Address provides a function to set the address option.

func Context

func Context(ctx context.Context) Option

Context provides a function to set the context option.

func Flags

func Flags(flags ...cli.Flag) Option

Flags provides a function to set the flags option.

func Handler added in v2.0.2

func Handler(h http.Handler) Option

Handler sets the http handler for the service

func Logger

func Logger(l log.Logger) Option

Logger provides a function to set the logger option.

func Name

func Name(n string) Option

Name provides a function to set the name option.

func Namespace

func Namespace(n string) Option

Namespace provides a function to set the namespace option.

func TLSConfig

func TLSConfig(config *tls.Config) Option

TLSConfig provides a function to set the TLSConfig option.

func Version

func Version(v string) Option

Version provides a function to set the version option.

type Options

type Options struct {
	Logger    log.Logger
	TLSConfig *tls.Config
	Namespace string
	Name      string
	Version   string
	Address   string
	Handler   http.Handler
	Context   context.Context
	Flags     []cli.Flag
}

Options defines the available options for this package.

type Service

type Service struct {
	web.Service
}

Service simply wraps the go-micro web service.

func NewService

func NewService(opts ...Option) Service

NewService initializes a new http service.

Jump to

Keyboard shortcuts

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