Documentation ¶
Overview ¶
Package dwp provides an easy-to-use client for the DWP assessment API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Coordinate ¶
type Coordinate float64
func (*Coordinate) UnmarshalJSON ¶
func (c *Coordinate) UnmarshalJSON(b []byte) error
type Person ¶
type Person struct { ID int FirstName string `json:"first_name"` LastName string `json:"last_name"` Email string IPAddress string `json:"ip_address"` Latitude Coordinate Longitude Coordinate }
Click to show internal directories.
Click to hide internal directories.