Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrConn = fmt.Errorf("conn fail") ErrErrNoHandler = fmt.Errorf("manager didn't handle Errs()") )
Functions ¶
This section is empty.
Types ¶
type ConnFactory ¶
ConnFactory is a function to create new connections.
func GRpcFactory ¶
func GRpcFactory() ConnFactory
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) NewConsumer ¶
type Options ¶
func NewOptions ¶
func NewOptions() *Options
Click to show internal directories.
Click to hide internal directories.