Documentation ¶
Index ¶
Constants ¶
View Source
const BaseEndpoint = "http://www.gsmarena.com/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceList ¶
type DeviceList struct { Items []Device `json:"items,omitempty"` CurrentPage int `json:"current_page,omitempty"` TotalPage int `json:"total_page,omitempty"` }
func GetDeviceList ¶
func GetDeviceList(brandSlug string, page int) (deviceList DeviceList, err error)
func (*DeviceList) AddDevice ¶
func (list *DeviceList) AddDevice(device Device)
Click to show internal directories.
Click to hide internal directories.