Versions in this module Expand all Collapse all v0 v0.2.0 Mar 15, 2022 Changes in this version + var DebugTalk_ServiceDesc = grpc.ServiceDesc + var File_proto_debugtalk_proto protoreflect.FileDescriptor + func RegisterDebugTalkServer(s grpc.ServiceRegistrar, srv DebugTalkServer) + type CallRequest struct + Args []byte + Name string + func (*CallRequest) Descriptor() ([]byte, []int) + func (*CallRequest) ProtoMessage() + func (x *CallRequest) GetArgs() []byte + func (x *CallRequest) GetName() string + func (x *CallRequest) ProtoReflect() protoreflect.Message + func (x *CallRequest) Reset() + func (x *CallRequest) String() string + type CallResponse struct + Value []byte + func (*CallResponse) Descriptor() ([]byte, []int) + func (*CallResponse) ProtoMessage() + func (x *CallResponse) GetValue() []byte + func (x *CallResponse) ProtoReflect() protoreflect.Message + func (x *CallResponse) Reset() + func (x *CallResponse) String() string + type DebugTalkClient interface + Call func(ctx context.Context, in *CallRequest, opts ...grpc.CallOption) (*CallResponse, error) + GetNames func(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetNamesResponse, error) + func NewDebugTalkClient(cc grpc.ClientConnInterface) DebugTalkClient + type DebugTalkServer interface + Call func(context.Context, *CallRequest) (*CallResponse, error) + GetNames func(context.Context, *Empty) (*GetNamesResponse, error) + type Empty struct + func (*Empty) Descriptor() ([]byte, []int) + func (*Empty) ProtoMessage() + func (x *Empty) ProtoReflect() protoreflect.Message + func (x *Empty) Reset() + func (x *Empty) String() string + type GetNamesResponse struct + Names []string + func (*GetNamesResponse) Descriptor() ([]byte, []int) + func (*GetNamesResponse) ProtoMessage() + func (x *GetNamesResponse) GetNames() []string + func (x *GetNamesResponse) ProtoReflect() protoreflect.Message + func (x *GetNamesResponse) Reset() + func (x *GetNamesResponse) String() string + type UnimplementedDebugTalkServer struct + func (UnimplementedDebugTalkServer) Call(context.Context, *CallRequest) (*CallResponse, error) + func (UnimplementedDebugTalkServer) GetNames(context.Context, *Empty) (*GetNamesResponse, error) + type UnsafeDebugTalkServer interface