Discover Packages
github.com/cloudflare/gortr
prefixfile
package
Version:
v0.9.5
Opens a new window with list of versions in this module.
Published: Mar 20, 2019
License: BSD-3-Clause
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
Documentation
¶
type MetaData struct {
Counts int `json:"counts"`
Generated int `json:"generated"`
Valid int `json:"valid,omitempty"`
Signature string `json:"signature,omitempty"`
SignatureDate string `json:"signatureDate,omitempty"`
}
type ROAJson struct {
Prefix string `json:"prefix"`
Length uint8 `json:"maxLength"`
ASN string `json:"asn"`
TA string `json:"ta,omitempty"`
}
type ROAList struct {
Metadata MetaData `json:"metadata,omitempty"`
Data []ROAJson `json:"roas"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.