rpc

package
v0.0.0-...-678c32f Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

README

https://github.com/grpc/grpc-go update proto package, gRPC package and rebuild the proto files:

go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
go get -u google.golang.org/grpc
protoc --go_out=plugins=grpc:. *.proto

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetListener

func GetListener() net.Listener

func GetRPCAddress

func GetRPCAddress() string

func GetRPCServer

func GetRPCServer() *grpc.Server

func ObtainConnection

func ObtainConnection(addr string) (conn *grpc.ClientConn, err error)

auto select connection

func ObtainLocalConnection

func ObtainLocalConnection() (conn *grpc.ClientConn, err error)

only select local connection

func Setup

func Setup(cfg *config.RPCConfig)

func StartRPCServer

func StartRPCServer()

Types

This section is empty.

Jump to

Keyboard shortcuts

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