Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Draft ¶
type Draft struct {
CreateTime int64 `json:"create_time"`
UserVersion string `json:"user_version"`
UserDesc string `json:"user_desc"`
DraftId int `json:"draft_id"`
}
type GettemplatedraftlistResult ¶
type GettemplatedraftlistResult struct {
DraftList []*Draft `json:"draft_list"`
}
type GettemplatelistResult ¶
type GettemplatelistResult struct {
TemplateList []*Template `json:"template_list"`
}
type Template ¶
type Template struct {
CreateTime int64 `json:"create_time"`
UserVersion string `json:"user_version"`
UserDesc string `json:"user_desc"`
TemplateId int `json:"template_id"`
}
Click to show internal directories.
Click to hide internal directories.