v1.6.8
This commit is contained in:
@@ -66,7 +66,10 @@ type ListImages struct {
|
||||
EntryCount uint64 `json:"entryCount"`
|
||||
}
|
||||
|
||||
// History
|
||||
// ListHistories of record image
|
||||
type ListHistories []History
|
||||
|
||||
// History of record image
|
||||
type History struct {
|
||||
// GUID
|
||||
GUID string `json:"guid"`
|
||||
@@ -123,7 +126,7 @@ type RecordImage struct {
|
||||
GUID uint64 `json:"guid"`
|
||||
|
||||
// History
|
||||
History []History `json:"history"`
|
||||
History ListHistories `json:"history"`
|
||||
|
||||
// HotResize
|
||||
HotResize bool `json:"hotResize"`
|
||||
|
||||
Reference in New Issue
Block a user