grpc

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

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 Version

func Version(v string) Option

Version provides a function to set the version option.

type Options

type Options struct {
	Logger    log.Logger
	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 {
	micro.Service
}

Service simply wraps the go-micro grpc service.

func NewService

func NewService(opts ...Option) Service

NewService initializes a new grpc service.

Jump to

Keyboard shortcuts

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