Versions in this module Expand all Collapse all v1 v1.0.1 Nov 7, 2022 Changes in this version + type BaseResponse struct + Code int + Message string + RequestID string + func (r BaseResponse) Error() string + func (r BaseResponse) IsError() bool + type FlexUint64 uint64 + func (fu64 *FlexUint64) UnmarshalJSON(b []byte) (err error) + type FloatRange struct + Max float64 + Min float64 + type Geolocation struct + City string + District string + Lat float64 + Long float64 + Name string + Province string + Radius int64 + Street string + StreetNumber string + type GetRequest interface + Encode func() string + type PageInfo struct + Count int + Cursor int + HasMore int + Page int + PageSize int + TotalNumber int64 + TotalPage int + type PostRequest interface + Encode func() []byte + type Response interface + Error func() string + IsError func() bool + type UploadField struct + Key string + Reader io.Reader + Value string + type UploadRequest interface + Encode func() []UploadField