grpc

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Client = RegisterClient

Client register client from application, it is a alias to RegisterClient

View Source
var Server = RegisterServer

Server alias to RegisterServer

Functions

func RegisterClient added in v0.4.0

func RegisterClient(name string, cbs ...interface{})

RegisterClient register client from application

func RegisterServer added in v0.4.0

func RegisterServer(cb interface{}, s interface{})

RegisterClient register server from application

Types

type ClientConnector added in v0.6.2

type ClientConnector interface {
	Connect(name string, cb interface{}, prop *ClientProperties) (err error)
}

ClientConnector interface is response for creating grpc client connection

type ClientProperties added in v0.6.2

type ClientProperties struct {
	Host      string    `json:"host"`
	Port      string    `json:"port" default:"7575"`
	PlainText bool      `json:"plain_text" default:"true"`
	KeepAlive keepAlive `json:"keep_alive"`
}

ClientProperties used for grpc client injection

Jump to

Keyboard shortcuts

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