rpc

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2021 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(o *ClientOptions, e *clientv3.Client) (*Client, error)

func (*Client) Dial

func (c *Client) Dial(service string, options ...ClientOptional) (*grpc.ClientConn, error)

type ClientOptional

type ClientOptional func(o *ClientOptions)

func WithTag

func WithTag(tag string) ClientOptional

func WithTimeout

func WithTimeout(d time.Duration) ClientOptional

type ClientOptions

type ClientOptions struct {
	Wait            time.Duration
	Tag             string
	GrpcDialOptions []grpc.DialOption
}

func NewClientOptions

func NewClientOptions(v *viper.Viper, tracer opentracing.Tracer) (*ClientOptions, error)

type InitServers

type InitServers func(s *grpc.Server)

type Options added in v0.0.16

type Options struct {
	Name string
	Host string
	Port int

	Org    string
	Bucket string
}

func NewOptions added in v0.0.16

func NewOptions(v *viper.Viper) (*Options, error)

type Server

type Server struct {
	// contains filtered or unexported fields
}

func NewServer

func NewServer(opt *Options, logger *zap.Logger, tracer opentracing.Tracer, etcd *clientv3.Client, in influxdb2.Client) (*Server, error)

func (*Server) Application

func (s *Server) Application(name string)

func (*Server) Register

func (s *Server) Register(f func(gs *grpc.Server) error) error

func (*Server) Start

func (s *Server) Start() error

func (*Server) Stop

func (s *Server) Stop() error

Jump to

Keyboard shortcuts

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