Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BinList ¶
type BinList struct {
// contains filtered or unexported fields
}
BinList is the Service implementation for the https://binlist.net/ service.
func (BinList) State ¶
func (b BinList) State() connectivity.State
type Result ¶
type Result struct { Number struct { Length int `json:"length"` Luhn bool `json:"luhn"` } `json:"number"` Scheme string `json:"scheme"` Type string `json:"type"` Brand string `json:"brand"` Prepaid bool `json:"prepaid"` Country struct { Numeric string `json:"numeric"` Alpha2 string `json:"alpha2"` Name string `json:"name"` Emoji string `json:"emoji"` Currency string `json:"currency"` Latitude int `json:"latitude"` Longitude int `json:"longitude"` } `json:"country"` Bank struct { Name string `json:"name"` URL string `json:"url"` Phone string `json:"phone"` City string `json:"city"` } `json:"bank"` }
Click to show internal directories.
Click to hide internal directories.