v1.5.0-delta
This commit is contained in:
@@ -134,7 +134,13 @@ type Node struct {
|
||||
}
|
||||
|
||||
// List of load balancers
|
||||
type ListLB []RecordLB
|
||||
type ListLB struct {
|
||||
// Data
|
||||
Data []RecordLB `json:"data"`
|
||||
|
||||
// Entry count
|
||||
EntryCount uint64 `json:"entryCount"`
|
||||
}
|
||||
|
||||
// Detailed information about load balancer
|
||||
type RecordLB struct {
|
||||
|
||||
Reference in New Issue
Block a user