Versions in this module Expand all Collapse all v0 v0.1.15 Jul 16, 2024 Changes in this version + type Client interface + Call func() error + GetMetaBackward func() map[string]string + GetResponse func() interface{} + HandleBizError func(bizErr kerrors.BizStatusErrorIface) error + Init func(conf *config.Config) error + Output func() error + func InvokeRPC(conf *config.Config) (Client, error) + type GenericClientBase struct + CallOptions []callopt.Option + Client genericclient.Client + ClientOpts []client.Option + Conf *config.Config + Generic generic.Generic + MetaBackward map[string]string + Req interface{} + Resp interface{} + func (c *GenericClientBase) BuildCallOptions() (context.Context, error) + func (c *GenericClientBase) BuildClientOptions() error + func (c *GenericClientBase) BuildRequest() error + func (c *GenericClientBase) Call() error + func (c *GenericClientBase) GetMetaBackward() map[string]string + func (c *GenericClientBase) GetResponse() interface{} + func (c *GenericClientBase) HandleBizError(bizErr kerrors.BizStatusErrorIface) error + func (c *GenericClientBase) Output() error + type PbGeneric struct + Provider generic.PbDescriptorProviderDynamicGo + func NewPbGeneric() *PbGeneric + func (c *PbGeneric) Init(Conf *config.Config) error + type ThriftGeneric struct + Provider generic.DescriptorProvider + func NewThriftGeneric() *ThriftGeneric + func (c *ThriftGeneric) Init(Conf *config.Config) error