Documentation ¶
Index ¶
- Variables
- type Oneway
- func (*Oneway) Descriptor() ([]byte, []int)
- func (this *Oneway) Equal(that interface{}) bool
- func (m *Oneway) GetAck() bool
- func (this *Oneway) GoString() string
- func (m *Oneway) Marshal() (dAtA []byte, err error)
- func (m *Oneway) MarshalTo(dAtA []byte) (int, error)
- func (*Oneway) ProtoMessage()
- func (m *Oneway) Reset()
- func (m *Oneway) Size() (n int)
- func (this *Oneway) String() string
- func (m *Oneway) Unmarshal(dAtA []byte) error
- func (m *Oneway) XXX_DiscardUnknown()
- func (m *Oneway) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Oneway) XXX_Merge(src proto.Message)
- func (m *Oneway) XXX_Size() int
- func (m *Oneway) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthYarpc = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowYarpc = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Oneway ¶
type Oneway struct {
Ack bool `protobuf:"varint,1,opt,name=ack,proto3" json:"ack,omitempty"`
}
Oneway is the return type to use for an rpc method if the method should be generated as oneway.
func (*Oneway) Descriptor ¶
func (*Oneway) ProtoMessage ¶
func (*Oneway) ProtoMessage()
func (*Oneway) XXX_DiscardUnknown ¶ added in v1.32.0
func (m *Oneway) XXX_DiscardUnknown()
func (*Oneway) XXX_Marshal ¶ added in v1.32.0
func (*Oneway) XXX_Unmarshal ¶ added in v1.32.0
Click to show internal directories.
Click to hide internal directories.