Versions in this module Expand all Collapse all v0 v0.0.1 Aug 28, 2023 Changes in this version + type Option func(*Options) + func BasePath(s string) Option + func RegistryAddr(s string) Option + func RegistryType(s string) Option + func SelectMode(s string) Option + type Options struct + BasePath string + RegistryAddr string + RegistryType string + SelectMode string + type RpcClientService struct + func GetRpcClientService() *RpcClientService + func (r *RpcClientService) Call(route string, session protocol.ISession, args interface{}, reply interface{}) error + func (r *RpcClientService) Go(route string, session protocol.ISession, args interface{}, reply interface{}, ...) + func (r *RpcClientService) Initialize(opts ...Option) + func (r *RpcClientService) SetRpcFilter(f filter.Filter)