Documentation ¶
Overview ¶
Package model is a generated protocol buffer package.
It is generated from these files:
exp.proto
It has these top-level messages:
Exp Level
Index ¶
- Variables
- type Exp
- func (*Exp) Descriptor() ([]byte, []int)
- func (m *Exp) GetRexp() int64
- func (m *Exp) GetUexp() int64
- func (m *Exp) GetUid() int64
- func (m *Exp) Marshal() (dAtA []byte, err error)
- func (m *Exp) MarshalTo(dAtA []byte) (int, error)
- func (*Exp) ProtoMessage()
- func (m *Exp) Reset()
- func (m *Exp) Size() (n int)
- func (m *Exp) String() string
- func (m *Exp) Unmarshal(dAtA []byte) error
- type Level
- func (*Level) Descriptor() ([]byte, []int)
- func (m *Level) GetColor() int32
- func (m *Level) GetRexp() int64
- func (m *Level) GetRlevel() int32
- func (m *Level) GetRnext() int64
- func (m *Level) GetUexp() int64
- func (m *Level) GetUid() int64
- func (m *Level) GetUlevel() int32
- func (m *Level) GetUnext() int64
- func (m *Level) Marshal() (dAtA []byte, err error)
- func (m *Level) MarshalTo(dAtA []byte) (int, error)
- func (*Level) ProtoMessage()
- func (m *Level) Reset()
- func (m *Level) Size() (n int)
- func (m *Level) String() string
- func (m *Level) Unmarshal(dAtA []byte) error
- type Message
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthExp = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowExp = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Exp ¶
type Exp struct { Uid int64 `protobuf:"varint,1,opt,name=Uid,proto3" json:"uid"` Uexp int64 `protobuf:"varint,2,opt,name=Uexp,proto3" json:"uexp"` Rexp int64 `protobuf:"varint,3,opt,name=Rexp,proto3" json:"rexp"` }
func (*Exp) Descriptor ¶
func (*Exp) ProtoMessage ¶
func (*Exp) ProtoMessage()
type Level ¶
type Level struct { Uid int64 `protobuf:"varint,1,opt,name=Uid,proto3" json:"uid"` Uexp int64 `protobuf:"varint,2,opt,name=Uexp,proto3" json:"uexp"` Rexp int64 `protobuf:"varint,3,opt,name=Rexp,proto3" json:"rexp"` Ulevel int32 `protobuf:"varint,4,opt,name=Ulevel,proto3" json:"ulevel"` Rlevel int32 `protobuf:"varint,5,opt,name=Rlevel,proto3" json:"rlevel"` Color int32 `protobuf:"varint,6,opt,name=Color,proto3" json:"color"` Unext int64 `protobuf:"varint,7,opt,name=Unext,proto3" json:"unext"` Rnext int64 `protobuf:"varint,8,opt,name=Rnext,proto3" json:"rnext"` }
func (*Level) Descriptor ¶
func (*Level) ProtoMessage ¶
func (*Level) ProtoMessage()
type Message ¶
type Message struct { Action string `json:"action"` Table string `json:"table"` New json.RawMessage `json:"new"` Old json.RawMessage `json:"old"` }
Message canal standary message
Click to show internal directories.
Click to hide internal directories.