v1.5.0-gamma

This commit is contained in:
2023-06-30 11:21:47 +03:00
parent 29c7f143fe
commit f50f71ab0d
98 changed files with 2369 additions and 1150 deletions

View File

@@ -25,7 +25,11 @@ type ItemExtNetExtend struct {
}
// List of information about external network
type ListExtNets []ItemExtNet
type ListExtNets struct {
Data []ItemExtNet `json:"data"`
EntryCount uint64 `json:"entryCount"`
}
// List of extend information about external network
type ListExtNetExtends []ItemExtNetExtend