package
Version:
v0.1242.0-MLPAB2054blo...
Opens a new window with list of versions in this module.
Published: Jun 11, 2024
License: MIT
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 Address struct {
Line1 string `json:"line1"`
Line2 string `json:"line2"`
Line3 string `json:"line3"`
TownOrCity string `json:"town"`
Postcode string `json:"postcode"`
Country string `json:"country"`
}
type BadRequestError struct {
Statuscode int `json:"statuscode"`
Message string `json:"message"`
}
type ResultSet struct {
AddressDetails addressDetails `json:"DPA"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.