Versions in this module Expand all Collapse all v1 v1.0.1 Jul 8, 2020 Changes in this version + func Add(clt *core.Client, para *AddParameters) (err error) + func Delete(clt *core.Client, bssid string) (err error) + type AddParameters struct + BSSID string + Password string + SSID string + ShopId int64 + type Device struct + BSSID string + SSID string + ShopId int64 + type DeviceIterator struct + func NewDeviceIterator(clt *core.Client, query *SearchQuery) (iter *DeviceIterator, err error) + func (iter *DeviceIterator) HasNext() bool + func (iter *DeviceIterator) NextPage() (records []Device, err error) + func (iter *DeviceIterator) TotalCount() int + type ListResult struct + ItemCount int + PageCount int + PageIndex int + Records []Device + TotalCount int + func List(clt *core.Client, query *SearchQuery) (rslt *ListResult, err error) + type SearchQuery struct + PageIndex int + PageSize int + ShopId *int64 + func NewSearchQuery1(PageIndex, PageSize int) *SearchQuery + func NewSearchQuery2(ShopId int64, PageIndex, PageSize int) *SearchQuery