Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
AddressURL = "https://api.ideal-postcodes.co.uk/v1/"
)
View Source
var (
PostcoderURL = "https://ws.postcoder.com/pcw/"
)
Functions ¶
This section is empty.
Types ¶
type Address ¶
func (*Address) LookupPostcode ¶
func (a *Address) LookupPostcode(ctx context.Context, req *pb.LookupPostcodeRequest, rsp *pb.LookupPostcodeResponse) error
type Postcoder ¶
func (*Postcoder) LookupPostcode ¶
func (a *Postcoder) LookupPostcode(ctx context.Context, req *pb.LookupPostcodeRequest, rsp *pb.LookupPostcodeResponse) error
Click to show internal directories.
Click to hide internal directories.