Documentation ¶
Index ¶
- func ClientInstanceInit(logger log.Logger) error
- func ClientInstanceInit_(name string, logger log.Logger) error
- func GetClient() *bi_rpc.Client
- func GetClient_(name string) *bi_rpc.Client
- func GetServerInstance() *bi_rpc.Server
- func GetServerInstance_(name string) *bi_rpc.Server
- func ServerInstanceInit(logger log.Logger) error
- func ServerInstanceInit_(name string, logger log.Logger) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientInstanceInit ¶
func ClientInstanceInit_ ¶
Init a new instance. If only need one instance, use empty name "". Use GetDefaultInstance() to get. If you need several instance, run Init() with different <name>. Use GetInstance(<name>) to get.
func GetClient_ ¶
func GetServerInstance ¶
func GetServerInstance_ ¶
func ServerInstanceInit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.