Documentation ¶
Index ¶
- Variables
- type Field
- func (*Field) Descriptor() ([]byte, []int)
- func (m *Field) GetName() string
- func (m *Field) GetValue() []byte
- func (m *Field) Marshal() (dAtA []byte, err error)
- func (m *Field) MarshalTo(dAtA []byte) (int, error)
- func (*Field) ProtoMessage()
- func (m *Field) Reset()
- func (m *Field) Size() (n int)
- func (m *Field) String() string
- func (m *Field) Unmarshal(dAtA []byte) error
- func (m *Field) XXX_DiscardUnknown()
- func (m *Field) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Field) XXX_Merge(src proto.Message)
- func (m *Field) XXX_Size() int
- func (m *Field) XXX_Unmarshal(b []byte) error
- type Hmset
- func (*Hmset) Descriptor() ([]byte, []int)
- func (m *Hmset) GetFields() []*Field
- func (m *Hmset) GetKey() string
- func (m *Hmset) GetSent() bool
- func (m *Hmset) Marshal() (dAtA []byte, err error)
- func (m *Hmset) MarshalTo(dAtA []byte) (int, error)
- func (*Hmset) ProtoMessage()
- func (m *Hmset) Reset()
- func (m *Hmset) Size() (n int)
- func (m *Hmset) String() string
- func (m *Hmset) Unmarshal(dAtA []byte) error
- func (m *Hmset) XXX_DiscardUnknown()
- func (m *Hmset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Hmset) XXX_Merge(src proto.Message)
- func (m *Hmset) XXX_Size() int
- func (m *Hmset) XXX_Unmarshal(b []byte) error
- type Server
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthHmset = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowHmset = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=Value,proto3" json:"Value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Field) Descriptor ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) XXX_DiscardUnknown ¶
func (m *Field) XXX_DiscardUnknown()
func (*Field) XXX_Marshal ¶
func (*Field) XXX_Unmarshal ¶
type Hmset ¶
type Hmset struct { Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"` Fields []*Field `protobuf:"bytes,2,rep,name=Fields" json:"Fields,omitempty"` Sent bool `protobuf:"varint,3,opt,name=Sent,proto3" json:"Sent,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Hmset) Descriptor ¶
func (*Hmset) ProtoMessage ¶
func (*Hmset) ProtoMessage()
func (*Hmset) XXX_DiscardUnknown ¶
func (m *Hmset) XXX_DiscardUnknown()
func (*Hmset) XXX_Marshal ¶
func (*Hmset) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.