Fix bug in the test creation workflow
This commit is contained in:
parent
a6da3799a7
commit
dabbdc15d2
3 changed files with 17 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ import (
|
|||
type Network struct {
|
||||
ID int64 `db:"id"`
|
||||
NetworkName string `db:"network_name"`
|
||||
NetworkType string `db:"network_type"`
|
||||
IP string `db:"ip"`
|
||||
ASN uint `db:"asn"`
|
||||
CountryCode string `db:"country_code"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue