Versions in this module Expand all Collapse all v1 v1.0.216 Jul 5, 2024 Changes in this version + const LogTable + type Client struct + func NewClient(config *ClientConfig) (*Client, error) + func (c *Client) ConfigSLogClientFun(apiSLogFun golog.ApiSLogFun) + func (c *Client) DefaultHttp() + func (c *Client) GeocoderAddress(ctx context.Context, address string, notMustParams ...gorequest.Params) (*GeocoderAddressResult, error) + func (c *Client) GeocoderLocation(ctx context.Context, location string, notMustParams ...gorequest.Params) (*GeocoderLocationResult, error) + func (c *Client) GetKey() string + func (c *Client) Ip(ctx context.Context, ip string, notMustParams ...gorequest.Params) (*IpResult, error) + func (c *Client) SetHttp(app *gorequest.App) + type ClientConfig struct + Key string + type GeocoderAddressResponse struct + Message string + Result struct{ ... } + Status int + type GeocoderAddressResult struct + Body []byte + Http gorequest.Response + Result GeocoderAddressResponse + type GeocoderLocationResponse struct + Message string + RequestId string + Result struct{ ... } + Status int + type GeocoderLocationResult struct + Body []byte + Http gorequest.Response + Result GeocoderLocationResponse + type IpResponse struct + Message string + RequestId string + Result struct{ ... } + Status int + type IpResult struct + Body []byte + Http gorequest.Response + Result IpResponse