Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeaveMessage ¶
type LeaveMessage struct { Id int CubeId string `orm:"index"` LeaveId string Text string `orm:"type(text)"` Date string `orm:"type(datetime)"` }
func (*LeaveMessage) LeaveDelete ¶
func (l *LeaveMessage) LeaveDelete(id, cubeId, leaveId, index string) (string, bool)
func (*LeaveMessage) LeaveGet ¶
func (l *LeaveMessage) LeaveGet(cubeId, page string) (interface{}, int64, bool)
func (*LeaveMessage) LeaveSet ¶
func (l *LeaveMessage) LeaveSet(cubeId, leaveId, text string) bool
Click to show internal directories.
Click to hide internal directories.