Documentation ¶
Index ¶
- Variables
- type Empty
- type TestCallee_AddArgs
- func (*TestCallee_AddArgs) Descriptor() ([]byte, []int)deprecated
- func (x *TestCallee_AddArgs) GetArg1() int32
- func (x *TestCallee_AddArgs) GetArg2() int32
- func (*TestCallee_AddArgs) ProtoMessage()
- func (x *TestCallee_AddArgs) ProtoReflect() protoreflect.Message
- func (x *TestCallee_AddArgs) Reset()
- func (x *TestCallee_AddArgs) String() string
- type TestCallee_AddRet
- type TestCallee_SubArgs
- func (*TestCallee_SubArgs) Descriptor() ([]byte, []int)deprecated
- func (x *TestCallee_SubArgs) GetArg1() int32
- func (x *TestCallee_SubArgs) GetArg2() int32
- func (*TestCallee_SubArgs) ProtoMessage()
- func (x *TestCallee_SubArgs) ProtoReflect() protoreflect.Message
- func (x *TestCallee_SubArgs) Reset()
- func (x *TestCallee_SubArgs) String() string
- type TestCallee_SubRet
- type TestCaller_GetInfoArgs
- type TestCaller_GetInfoRet
- func (*TestCaller_GetInfoRet) Descriptor() ([]byte, []int)deprecated
- func (x *TestCaller_GetInfoRet) GetRet1() string
- func (*TestCaller_GetInfoRet) ProtoMessage()
- func (x *TestCaller_GetInfoRet) ProtoReflect() protoreflect.Message
- func (x *TestCaller_GetInfoRet) Reset()
- func (x *TestCaller_GetInfoRet) String() string
- type TestCaller_SetInfoArgs
- func (*TestCaller_SetInfoArgs) Descriptor() ([]byte, []int)deprecated
- func (x *TestCaller_SetInfoArgs) GetArg1() string
- func (*TestCaller_SetInfoArgs) ProtoMessage()
- func (x *TestCaller_SetInfoArgs) ProtoReflect() protoreflect.Message
- func (x *TestCaller_SetInfoArgs) Reset()
- func (x *TestCaller_SetInfoArgs) String() string
- type TestCaller_SetInfoRet
Constants ¶
This section is empty.
Variables ¶
View Source
var File_box_example_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Empty ¶
type Empty struct {
// contains filtered or unexported fields
}
func (*Empty) Descriptor
deprecated
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) ProtoReflect ¶
func (x *Empty) ProtoReflect() protoreflect.Message
type TestCallee_AddArgs ¶
type TestCallee_AddArgs struct { Arg1 int32 `protobuf:"varint,1,opt,name=arg1,proto3" json:"arg1,omitempty"` Arg2 int32 `protobuf:"varint,2,opt,name=arg2,proto3" json:"arg2,omitempty"` // contains filtered or unexported fields }
func (*TestCallee_AddArgs) Descriptor
deprecated
func (*TestCallee_AddArgs) Descriptor() ([]byte, []int)
Deprecated: Use TestCallee_AddArgs.ProtoReflect.Descriptor instead.
func (*TestCallee_AddArgs) GetArg1 ¶
func (x *TestCallee_AddArgs) GetArg1() int32
func (*TestCallee_AddArgs) GetArg2 ¶
func (x *TestCallee_AddArgs) GetArg2() int32
func (*TestCallee_AddArgs) ProtoMessage ¶
func (*TestCallee_AddArgs) ProtoMessage()
func (*TestCallee_AddArgs) ProtoReflect ¶
func (x *TestCallee_AddArgs) ProtoReflect() protoreflect.Message
func (*TestCallee_AddArgs) Reset ¶
func (x *TestCallee_AddArgs) Reset()
func (*TestCallee_AddArgs) String ¶
func (x *TestCallee_AddArgs) String() string
type TestCallee_AddRet ¶
type TestCallee_AddRet struct { Ret1 int32 `protobuf:"varint,1,opt,name=ret1,proto3" json:"ret1,omitempty"` // contains filtered or unexported fields }
func (*TestCallee_AddRet) Descriptor
deprecated
func (*TestCallee_AddRet) Descriptor() ([]byte, []int)
Deprecated: Use TestCallee_AddRet.ProtoReflect.Descriptor instead.
func (*TestCallee_AddRet) GetRet1 ¶
func (x *TestCallee_AddRet) GetRet1() int32
func (*TestCallee_AddRet) ProtoMessage ¶
func (*TestCallee_AddRet) ProtoMessage()
func (*TestCallee_AddRet) ProtoReflect ¶
func (x *TestCallee_AddRet) ProtoReflect() protoreflect.Message
func (*TestCallee_AddRet) Reset ¶
func (x *TestCallee_AddRet) Reset()
func (*TestCallee_AddRet) String ¶
func (x *TestCallee_AddRet) String() string
type TestCallee_SubArgs ¶
type TestCallee_SubArgs struct { Arg1 int32 `protobuf:"varint,1,opt,name=arg1,proto3" json:"arg1,omitempty"` Arg2 int32 `protobuf:"varint,2,opt,name=arg2,proto3" json:"arg2,omitempty"` // contains filtered or unexported fields }
func (*TestCallee_SubArgs) Descriptor
deprecated
func (*TestCallee_SubArgs) Descriptor() ([]byte, []int)
Deprecated: Use TestCallee_SubArgs.ProtoReflect.Descriptor instead.
func (*TestCallee_SubArgs) GetArg1 ¶
func (x *TestCallee_SubArgs) GetArg1() int32
func (*TestCallee_SubArgs) GetArg2 ¶
func (x *TestCallee_SubArgs) GetArg2() int32
func (*TestCallee_SubArgs) ProtoMessage ¶
func (*TestCallee_SubArgs) ProtoMessage()
func (*TestCallee_SubArgs) ProtoReflect ¶
func (x *TestCallee_SubArgs) ProtoReflect() protoreflect.Message
func (*TestCallee_SubArgs) Reset ¶
func (x *TestCallee_SubArgs) Reset()
func (*TestCallee_SubArgs) String ¶
func (x *TestCallee_SubArgs) String() string
type TestCallee_SubRet ¶
type TestCallee_SubRet struct { Ret1 int32 `protobuf:"varint,1,opt,name=ret1,proto3" json:"ret1,omitempty"` // contains filtered or unexported fields }
func (*TestCallee_SubRet) Descriptor
deprecated
func (*TestCallee_SubRet) Descriptor() ([]byte, []int)
Deprecated: Use TestCallee_SubRet.ProtoReflect.Descriptor instead.
func (*TestCallee_SubRet) GetRet1 ¶
func (x *TestCallee_SubRet) GetRet1() int32
func (*TestCallee_SubRet) ProtoMessage ¶
func (*TestCallee_SubRet) ProtoMessage()
func (*TestCallee_SubRet) ProtoReflect ¶
func (x *TestCallee_SubRet) ProtoReflect() protoreflect.Message
func (*TestCallee_SubRet) Reset ¶
func (x *TestCallee_SubRet) Reset()
func (*TestCallee_SubRet) String ¶
func (x *TestCallee_SubRet) String() string
type TestCaller_GetInfoArgs ¶
type TestCaller_GetInfoArgs struct {
// contains filtered or unexported fields
}
func (*TestCaller_GetInfoArgs) Descriptor
deprecated
func (*TestCaller_GetInfoArgs) Descriptor() ([]byte, []int)
Deprecated: Use TestCaller_GetInfoArgs.ProtoReflect.Descriptor instead.
func (*TestCaller_GetInfoArgs) ProtoMessage ¶
func (*TestCaller_GetInfoArgs) ProtoMessage()
func (*TestCaller_GetInfoArgs) ProtoReflect ¶
func (x *TestCaller_GetInfoArgs) ProtoReflect() protoreflect.Message
func (*TestCaller_GetInfoArgs) Reset ¶
func (x *TestCaller_GetInfoArgs) Reset()
func (*TestCaller_GetInfoArgs) String ¶
func (x *TestCaller_GetInfoArgs) String() string
type TestCaller_GetInfoRet ¶
type TestCaller_GetInfoRet struct { Ret1 string `protobuf:"bytes,1,opt,name=ret1,proto3" json:"ret1,omitempty"` // contains filtered or unexported fields }
func (*TestCaller_GetInfoRet) Descriptor
deprecated
func (*TestCaller_GetInfoRet) Descriptor() ([]byte, []int)
Deprecated: Use TestCaller_GetInfoRet.ProtoReflect.Descriptor instead.
func (*TestCaller_GetInfoRet) GetRet1 ¶
func (x *TestCaller_GetInfoRet) GetRet1() string
func (*TestCaller_GetInfoRet) ProtoMessage ¶
func (*TestCaller_GetInfoRet) ProtoMessage()
func (*TestCaller_GetInfoRet) ProtoReflect ¶
func (x *TestCaller_GetInfoRet) ProtoReflect() protoreflect.Message
func (*TestCaller_GetInfoRet) Reset ¶
func (x *TestCaller_GetInfoRet) Reset()
func (*TestCaller_GetInfoRet) String ¶
func (x *TestCaller_GetInfoRet) String() string
type TestCaller_SetInfoArgs ¶
type TestCaller_SetInfoArgs struct { Arg1 string `protobuf:"bytes,1,opt,name=arg1,proto3" json:"arg1,omitempty"` // contains filtered or unexported fields }
func (*TestCaller_SetInfoArgs) Descriptor
deprecated
func (*TestCaller_SetInfoArgs) Descriptor() ([]byte, []int)
Deprecated: Use TestCaller_SetInfoArgs.ProtoReflect.Descriptor instead.
func (*TestCaller_SetInfoArgs) GetArg1 ¶
func (x *TestCaller_SetInfoArgs) GetArg1() string
func (*TestCaller_SetInfoArgs) ProtoMessage ¶
func (*TestCaller_SetInfoArgs) ProtoMessage()
func (*TestCaller_SetInfoArgs) ProtoReflect ¶
func (x *TestCaller_SetInfoArgs) ProtoReflect() protoreflect.Message
func (*TestCaller_SetInfoArgs) Reset ¶
func (x *TestCaller_SetInfoArgs) Reset()
func (*TestCaller_SetInfoArgs) String ¶
func (x *TestCaller_SetInfoArgs) String() string
type TestCaller_SetInfoRet ¶
type TestCaller_SetInfoRet struct {
// contains filtered or unexported fields
}
func (*TestCaller_SetInfoRet) Descriptor
deprecated
func (*TestCaller_SetInfoRet) Descriptor() ([]byte, []int)
Deprecated: Use TestCaller_SetInfoRet.ProtoReflect.Descriptor instead.
func (*TestCaller_SetInfoRet) ProtoMessage ¶
func (*TestCaller_SetInfoRet) ProtoMessage()
func (*TestCaller_SetInfoRet) ProtoReflect ¶
func (x *TestCaller_SetInfoRet) ProtoReflect() protoreflect.Message
func (*TestCaller_SetInfoRet) Reset ¶
func (x *TestCaller_SetInfoRet) Reset()
func (*TestCaller_SetInfoRet) String ¶
func (x *TestCaller_SetInfoRet) String() string
Click to show internal directories.
Click to hide internal directories.