Versions in this module Expand all Collapse all v0 v0.4.0 Dec 23, 2024 v0.3.3 Jun 4, 2024 Changes in this version + var ChatBArgs_Req_DEFAULT *service.RequestB + var ChatBResult_Success_DEFAULT *service.Reply + func NewInvoker(handler service.ServiceB, opts ...server.Option) server.Invoker + func NewServer(handler service.ServiceB, opts ...server.Option) server.Server + func NewServiceInfo() *kitex.ServiceInfo + func NewServiceInfoForClient() *kitex.ServiceInfo + func NewServiceInfoForStreamClient() *kitex.ServiceInfo + func RegisterService(svr server.Server, handler service.ServiceB, opts ...server.RegisterOption) error + type ChatBArgs struct + Req *service.RequestB + func (p *ChatBArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error) + func (p *ChatBArgs) FastWrite(buf []byte) (n int) + func (p *ChatBArgs) GetFirstArgument() interface{} + func (p *ChatBArgs) GetReq() *service.RequestB + func (p *ChatBArgs) IsSetReq() bool + func (p *ChatBArgs) Marshal(out []byte) ([]byte, error) + func (p *ChatBArgs) Size() (n int) + func (p *ChatBArgs) Unmarshal(in []byte) error + type ChatBResult struct + Success *service.Reply + func (p *ChatBResult) FastRead(buf []byte, _type int8, number int32) (n int, err error) + func (p *ChatBResult) FastWrite(buf []byte) (n int) + func (p *ChatBResult) GetResult() interface{} + func (p *ChatBResult) GetSuccess() *service.Reply + func (p *ChatBResult) IsSetSuccess() bool + func (p *ChatBResult) Marshal(out []byte) ([]byte, error) + func (p *ChatBResult) SetSuccess(x interface{}) + func (p *ChatBResult) Size() (n int) + func (p *ChatBResult) Unmarshal(in []byte) error + type Client interface + ChatB func(ctx context.Context, Req *service.RequestB, callOptions ...callopt.Option) (r *service.Reply, err error) + func MustNewClient(destService string, opts ...client.Option) Client + func NewClient(destService string, opts ...client.Option) (Client, error)