http

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2020 License: Apache-2.0 Imports: 7 Imported by: 1

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 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 added in v1.3.0

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
	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