Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseJournalGetRecordDetail ¶
type ResponseJournalGetRecordDetail struct {
*response.ResponseWork
Info *power.HashMap `json:"info"`
}
type ResponseJournalGetRecordList ¶
type ResponseJournalGetRecordList struct {
*response.ResponseWork
JournalUUIDList []string `json:"journaluuid_list"`
NextCursor int `json:"next_cursor"`
EndFlag bool `json:"endflag"`
}
type ResponseJournalGetStatList ¶
type ResponseJournalGetStatList struct {
*response.ResponseWork
StatList *power.HashMap `json:"stat_list"`
}
Click to show internal directories.
Click to hide internal directories.