Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrGenderGroup = errors.New("Couldn't find gender group")
)
Functions ¶
This section is empty.
Types ¶
type SearchBinding ¶
type SearchBinding struct { Gender string `json:"gender"` MinAge int `json:"min_age"` MaxAge int `json:"max_age"` Radius float64 `json:"radius"` // in miles LookingFor int `json:"looking_for"` Page int `json:"page"` }
func (SearchBinding) Degrees ¶
func (s SearchBinding) Degrees() float64
Degrees converts miles into coordinate degrees
func (SearchBinding) GenderGroup ¶
func (s SearchBinding) GenderGroup() ([]string, error)
Click to show internal directories.
Click to hide internal directories.