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 File_idl_demo_proto protoreflect.FileDescriptor + type Reply struct + Message string + func (*Reply) Descriptor() ([]byte, []int) + func (*Reply) ProtoMessage() + func (x *Reply) FastRead(buf []byte, _type int8, number int32) (offset int, err error) + func (x *Reply) FastWrite(buf []byte) (offset int) + func (x *Reply) GetMessage() string + func (x *Reply) ProtoReflect() protoreflect.Message + func (x *Reply) Reset() + func (x *Reply) Size() (n int) + func (x *Reply) String() string + type RequestA struct + Name string + func (*RequestA) Descriptor() ([]byte, []int) + func (*RequestA) ProtoMessage() + func (x *RequestA) FastRead(buf []byte, _type int8, number int32) (offset int, err error) + func (x *RequestA) FastWrite(buf []byte) (offset int) + func (x *RequestA) GetName() string + func (x *RequestA) ProtoReflect() protoreflect.Message + func (x *RequestA) Reset() + func (x *RequestA) Size() (n int) + func (x *RequestA) String() string + type RequestB struct + Name string + func (*RequestB) Descriptor() ([]byte, []int) + func (*RequestB) ProtoMessage() + func (x *RequestB) FastRead(buf []byte, _type int8, number int32) (offset int, err error) + func (x *RequestB) FastWrite(buf []byte) (offset int) + func (x *RequestB) GetName() string + func (x *RequestB) ProtoReflect() protoreflect.Message + func (x *RequestB) Reset() + func (x *RequestB) Size() (n int) + func (x *RequestB) String() string + type ServiceA interface + ChatA func(ctx context.Context, req *RequestA) (res *Reply, err error) + type ServiceB interface + ChatB func(ctx context.Context, req *RequestB) (res *Reply, err error)