rpc

package
v0.0.23 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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(_ *config.AppConfig, tracer opentracing.Tracer) (*ClientOptions, error)

type InitServers

type InitServers func(s *grpc.Server)

type Server

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

func NewServer

func NewServer(opt *config.AppConfig, logger *logger.Logger, tracer opentracing.Tracer, etcd *clientv3.Client, in influxdb2.Client, rdb *redis.Client) (*Server, error)

func (*Server) Application

func (s *Server) Application(_ 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