Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoReConn ¶
type AutoReConn struct { MyGrpc Ready chan bool Done chan bool Reconnect chan bool // contains filtered or unexported fields }
func NewAutoReconn ¶
func NewAutoReconn(address string) *AutoReConn
func (*AutoReConn) Connect ¶
func (my *AutoReConn) Connect() (MyGrpc, error)
func (*AutoReConn) IsValid ¶
func (my *AutoReConn) IsValid() bool
func (*AutoReConn) Process ¶
func (my *AutoReConn) Process(f GetGrpcFunc)
type GetGrpcFunc ¶
Click to show internal directories.
Click to hide internal directories.