Documentation ¶
Index ¶
- type RawBuffer
- func (*RawBuffer) Descriptor() ([]byte, []int)
- func (*RawBuffer) ProtoMessage()
- func (m *RawBuffer) Reset()
- func (m *RawBuffer) String() string
- func (m *RawBuffer) Validate() error
- func (m *RawBuffer) XXX_DiscardUnknown()
- func (m *RawBuffer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RawBuffer) XXX_Merge(src proto.Message)
- func (m *RawBuffer) XXX_Size() int
- func (m *RawBuffer) XXX_Unmarshal(b []byte) error
- type RawBufferValidationError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawBuffer ¶
type RawBuffer struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RawBuffer) Descriptor ¶
func (*RawBuffer) ProtoMessage ¶
func (*RawBuffer) ProtoMessage()
func (*RawBuffer) Validate ¶
Validate checks the field values on RawBuffer with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*RawBuffer) XXX_DiscardUnknown ¶
func (m *RawBuffer) XXX_DiscardUnknown()
func (*RawBuffer) XXX_Marshal ¶
func (*RawBuffer) XXX_Unmarshal ¶
type RawBufferValidationError ¶
type RawBufferValidationError struct {
// contains filtered or unexported fields
}
RawBufferValidationError is the validation error returned by RawBuffer.Validate if the designated constraints aren't met.
func (RawBufferValidationError) Cause ¶
func (e RawBufferValidationError) Cause() error
Cause function returns cause value.
func (RawBufferValidationError) Error ¶
func (e RawBufferValidationError) Error() string
Error satisfies the builtin error interface
func (RawBufferValidationError) ErrorName ¶
func (e RawBufferValidationError) ErrorName() string
ErrorName returns error name.
func (RawBufferValidationError) Field ¶
func (e RawBufferValidationError) Field() string
Field function returns field value.
func (RawBufferValidationError) Key ¶
func (e RawBufferValidationError) Key() bool
Key function returns key value.
func (RawBufferValidationError) Reason ¶
func (e RawBufferValidationError) Reason() string
Reason function returns reason value.
Click to show internal directories.
Click to hide internal directories.