Private
Public Access
1
0

Calculate netspeed points, too
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-16 02:40:50 -07:00
parent 1f7973e885
commit 27c8bc4776
11 changed files with 281 additions and 123 deletions

View File

@@ -8,8 +8,10 @@ sql:
package: "ntpdb"
out: "ntpdb"
emit_json_tags: true
emit_db_tags: true
omit_unused_structs: true
emit_interface: true
# emit_all_enum_values: true
# overrides:
# - column: "x.avg_rtt"
# go_type: "database/sql.NullFloat64"
overrides:
- column: "server_netspeed.netspeed_active"
go_type: "uint64"