Documentation
¶
Index ¶
- type Annoucement
- func (*Annoucement) Descriptor() ([]byte, []int)
- func (m *Annoucement) GetContent() string
- func (m *Annoucement) GetCreateTime() int64
- func (m *Annoucement) GetExpiredTime() int64
- func (m *Annoucement) GetId() int64
- func (m *Annoucement) GetTitle() string
- func (m *Annoucement) GetUpdateTime() int64
- func (m *Annoucement) GetUrl() string
- func (*Annoucement) ProtoMessage()
- func (m *Annoucement) Reset()
- func (m *Annoucement) String() string
- func (m *Annoucement) XXX_DiscardUnknown()
- func (m *Annoucement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Annoucement) XXX_Merge(src proto.Message)
- func (m *Annoucement) XXX_Size() int
- func (m *Annoucement) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annoucement ¶
type Annoucement struct {
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
Title string `protobuf:"bytes,2,opt,name=Title,proto3" json:"Title,omitempty"`
Content string `protobuf:"bytes,3,opt,name=Content,proto3" json:"Content,omitempty"`
Url string `protobuf:"bytes,4,opt,name=Url,proto3" json:"Url,omitempty"`
CreateTime int64 `protobuf:"varint,5,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
UpdateTime int64 `protobuf:"varint,6,opt,name=UpdateTime,proto3" json:"UpdateTime,omitempty"`
ExpiredTime int64 `protobuf:"varint,7,opt,name=ExpiredTime,proto3" json:"ExpiredTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Annoucement) Descriptor ¶
func (*Annoucement) Descriptor() ([]byte, []int)
func (*Annoucement) GetContent ¶
func (m *Annoucement) GetContent() string
func (*Annoucement) GetCreateTime ¶
func (m *Annoucement) GetCreateTime() int64
func (*Annoucement) GetExpiredTime ¶
func (m *Annoucement) GetExpiredTime() int64
func (*Annoucement) GetId ¶
func (m *Annoucement) GetId() int64
func (*Annoucement) GetTitle ¶
func (m *Annoucement) GetTitle() string
func (*Annoucement) GetUpdateTime ¶
func (m *Annoucement) GetUpdateTime() int64
func (*Annoucement) GetUrl ¶
func (m *Annoucement) GetUrl() string
func (*Annoucement) ProtoMessage ¶
func (*Annoucement) ProtoMessage()
func (*Annoucement) Reset ¶
func (m *Annoucement) Reset()
func (*Annoucement) String ¶
func (m *Annoucement) String() string
func (*Annoucement) XXX_DiscardUnknown ¶
func (m *Annoucement) XXX_DiscardUnknown()
func (*Annoucement) XXX_Marshal ¶
func (m *Annoucement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Annoucement) XXX_Merge ¶
func (dst *Annoucement) XXX_Merge(src proto.Message)
func (*Annoucement) XXX_Size ¶
func (m *Annoucement) XXX_Size() int
func (*Annoucement) XXX_Unmarshal ¶
func (m *Annoucement) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.