API for ratios of DNS answers oer server
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Code generated by sqlc. DO NOT EDIT.
|
||||
// versions:
|
||||
// sqlc v1.18.0
|
||||
// sqlc v1.19.0
|
||||
// source: query.sql
|
||||
|
||||
package ntpdb
|
||||
@@ -23,9 +23,9 @@ type GetZoneStatsDataRow struct {
|
||||
Date time.Time `json:"date"`
|
||||
Name string `json:"name"`
|
||||
IpVersion ZoneServerCountsIpVersion `json:"ip_version"`
|
||||
CountActive int32 `json:"count_active"`
|
||||
CountRegistered int32 `json:"count_registered"`
|
||||
NetspeedActive int32 `json:"netspeed_active"`
|
||||
CountActive uint32 `json:"count_active"`
|
||||
CountRegistered uint32 `json:"count_registered"`
|
||||
NetspeedActive uint32 `json:"netspeed_active"`
|
||||
}
|
||||
|
||||
func (q *Queries) GetZoneStatsData(ctx context.Context) ([]GetZoneStatsDataRow, error) {
|
||||
|
||||
Reference in New Issue
Block a user