Calculate netspeed points, too
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user