Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMessageInfo ¶
func GetMessageList ¶
Types ¶
type RespMessageInfo ¶
type RespMessageInfo struct { Id int `json:"id,omitempty"` Status int `json:"status,omitempty"` CreateTime string `json:"createTime,omitempty"` UpdateTime string `json:"updateTime,omitempty"` Category string `json:"category,omitempty"` Subject string `json:"subject,omitempty"` Priority int `json:"priority,omitempty"` NextSendTime string `json:"nextSendTime,omitempty"` }
type RespMessageInfoListWrapper ¶
type RespMessageInfoListWrapper struct {
app.PagerResponse
}
type RespMessageInfoWrapper ¶
type RespMessageInfoWrapper struct { app.Response RespMessageInfo }
Click to show internal directories.
Click to hide internal directories.