package
Version:
v0.0.0-...-8887655
Opens a new window with list of versions in this module.
Published: Aug 16, 2020
License: ISC
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IX struct {
ID int64 `json:"id"`
OrgID int64 `json:"org_id"`
Name string `json:"name"`
IXLanSet []IXLan `json:"ixlan_set"`
}
type IXLan struct {
ID int64 `json:"id"`
Name string `json:"name"`
NetSet []Net `json:"net_set"`
}
type Net struct {
ID int64 `json:"id"`
OrgID int64 `json:"org_id"`
Name string `json:"name"`
ASN int64 `json:"asn"`
}
type NetIXLan struct {
ID int64 `json:"id"`
NetID int64 `json:"net_id"`
IXID int64 `json:"ix_id"`
Name string `json:"name"`
Speed int64 `json:"speed"`
ASN int64 `json:"asn"`
IPv4 string `json:"ipaddr4"`
IPv6 string `json:"ipaddr6"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.