Documentation ¶
Index ¶
- Variables
- func GetEndpointMap() map[string]string
- func GetEndpointType() string
- func SetClientProperty(client *Client, propertyName string, propertyValue interface{})
- func SetEndpointDataToClient(client *Client)
- type ClassifyPOIRequest
- type ClassifyPOIResponse
- type Client
- func NewClient() (client *Client, err error)
- func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
- func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)
- func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
- func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
- func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
- func NewClientWithRamRoleArnAndPolicy(regionId string, ...) (client *Client, err error)
- func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
- func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
- func (client *Client) ClassifyPOI(request *ClassifyPOIRequest) (response *ClassifyPOIResponse, err error)
- func (client *Client) ClassifyPOIWithCallback(request *ClassifyPOIRequest, ...) <-chan int
- func (client *Client) ClassifyPOIWithChan(request *ClassifyPOIRequest) (<-chan *ClassifyPOIResponse, <-chan error)
- func (client *Client) CompleteAddress(request *CompleteAddressRequest) (response *CompleteAddressResponse, err error)
- func (client *Client) CompleteAddressWithCallback(request *CompleteAddressRequest, ...) <-chan int
- func (client *Client) CompleteAddressWithChan(request *CompleteAddressRequest) (<-chan *CompleteAddressResponse, <-chan error)
- func (client *Client) CorrectAddress(request *CorrectAddressRequest) (response *CorrectAddressResponse, err error)
- func (client *Client) CorrectAddressWithCallback(request *CorrectAddressRequest, ...) <-chan int
- func (client *Client) CorrectAddressWithChan(request *CorrectAddressRequest) (<-chan *CorrectAddressResponse, <-chan error)
- func (client *Client) ExtractAddress(request *ExtractAddressRequest) (response *ExtractAddressResponse, err error)
- func (client *Client) ExtractAddressWithCallback(request *ExtractAddressRequest, ...) <-chan int
- func (client *Client) ExtractAddressWithChan(request *ExtractAddressRequest) (<-chan *ExtractAddressResponse, <-chan error)
- func (client *Client) ExtractExpress(request *ExtractExpressRequest) (response *ExtractExpressResponse, err error)
- func (client *Client) ExtractExpressWithCallback(request *ExtractExpressRequest, ...) <-chan int
- func (client *Client) ExtractExpressWithChan(request *ExtractExpressRequest) (<-chan *ExtractExpressResponse, <-chan error)
- func (client *Client) ExtractName(request *ExtractNameRequest) (response *ExtractNameResponse, err error)
- func (client *Client) ExtractNameWithCallback(request *ExtractNameRequest, ...) <-chan int
- func (client *Client) ExtractNameWithChan(request *ExtractNameRequest) (<-chan *ExtractNameResponse, <-chan error)
- func (client *Client) ExtractPhone(request *ExtractPhoneRequest) (response *ExtractPhoneResponse, err error)
- func (client *Client) ExtractPhoneWithCallback(request *ExtractPhoneRequest, ...) <-chan int
- func (client *Client) ExtractPhoneWithChan(request *ExtractPhoneRequest) (<-chan *ExtractPhoneResponse, <-chan error)
- func (client *Client) GetAddressBlockMapping(request *GetAddressBlockMappingRequest) (response *GetAddressBlockMappingResponse, err error)
- func (client *Client) GetAddressBlockMappingWithCallback(request *GetAddressBlockMappingRequest, ...) <-chan int
- func (client *Client) GetAddressBlockMappingWithChan(request *GetAddressBlockMappingRequest) (<-chan *GetAddressBlockMappingResponse, <-chan error)
- func (client *Client) GetAddressDivisionCode(request *GetAddressDivisionCodeRequest) (response *GetAddressDivisionCodeResponse, err error)
- func (client *Client) GetAddressDivisionCodeWithCallback(request *GetAddressDivisionCodeRequest, ...) <-chan int
- func (client *Client) GetAddressDivisionCodeWithChan(request *GetAddressDivisionCodeRequest) (<-chan *GetAddressDivisionCodeResponse, <-chan error)
- func (client *Client) GetAddressEvaluate(request *GetAddressEvaluateRequest) (response *GetAddressEvaluateResponse, err error)
- func (client *Client) GetAddressEvaluateWithCallback(request *GetAddressEvaluateRequest, ...) <-chan int
- func (client *Client) GetAddressEvaluateWithChan(request *GetAddressEvaluateRequest) (<-chan *GetAddressEvaluateResponse, <-chan error)
- func (client *Client) GetAddressGeocode(request *GetAddressGeocodeRequest) (response *GetAddressGeocodeResponse, err error)
- func (client *Client) GetAddressGeocodeWithCallback(request *GetAddressGeocodeRequest, ...) <-chan int
- func (client *Client) GetAddressGeocodeWithChan(request *GetAddressGeocodeRequest) (<-chan *GetAddressGeocodeResponse, <-chan error)
- func (client *Client) GetAddressSearch(request *GetAddressSearchRequest) (response *GetAddressSearchResponse, err error)
- func (client *Client) GetAddressSearchWithCallback(request *GetAddressSearchRequest, ...) <-chan int
- func (client *Client) GetAddressSearchWithChan(request *GetAddressSearchRequest) (<-chan *GetAddressSearchResponse, <-chan error)
- func (client *Client) GetAddressSimilarity(request *GetAddressSimilarityRequest) (response *GetAddressSimilarityResponse, err error)
- func (client *Client) GetAddressSimilarityWithCallback(request *GetAddressSimilarityRequest, ...) <-chan int
- func (client *Client) GetAddressSimilarityWithChan(request *GetAddressSimilarityRequest) (<-chan *GetAddressSimilarityResponse, <-chan error)
- func (client *Client) GetInputSearch(request *GetInputSearchRequest) (response *GetInputSearchResponse, err error)
- func (client *Client) GetInputSearchWithCallback(request *GetInputSearchRequest, ...) <-chan int
- func (client *Client) GetInputSearchWithChan(request *GetInputSearchRequest) (<-chan *GetInputSearchResponse, <-chan error)
- func (client *Client) GetZipcode(request *GetZipcodeRequest) (response *GetZipcodeResponse, err error)
- func (client *Client) GetZipcodeWithCallback(request *GetZipcodeRequest, ...) <-chan int
- func (client *Client) GetZipcodeWithChan(request *GetZipcodeRequest) (<-chan *GetZipcodeResponse, <-chan error)
- func (client *Client) PredictPOI(request *PredictPOIRequest) (response *PredictPOIResponse, err error)
- func (client *Client) PredictPOIWithCallback(request *PredictPOIRequest, ...) <-chan int
- func (client *Client) PredictPOIWithChan(request *PredictPOIRequest) (<-chan *PredictPOIResponse, <-chan error)
- func (client *Client) StructureAddress(request *StructureAddressRequest) (response *StructureAddressResponse, err error)
- func (client *Client) StructureAddressWithCallback(request *StructureAddressRequest, ...) <-chan int
- func (client *Client) StructureAddressWithChan(request *StructureAddressRequest) (<-chan *StructureAddressResponse, <-chan error)
- func (client *Client) TransferCoord(request *TransferCoordRequest) (response *TransferCoordResponse, err error)
- func (client *Client) TransferCoordWithCallback(request *TransferCoordRequest, ...) <-chan int
- func (client *Client) TransferCoordWithChan(request *TransferCoordRequest) (<-chan *TransferCoordResponse, <-chan error)
- func (client *Client) UpdateProject(request *UpdateProjectRequest) (response *UpdateProjectResponse, err error)
- func (client *Client) UpdateProjectWithCallback(request *UpdateProjectRequest, ...) <-chan int
- func (client *Client) UpdateProjectWithChan(request *UpdateProjectRequest) (<-chan *UpdateProjectResponse, <-chan error)
- type CompleteAddressRequest
- type CompleteAddressResponse
- type CorrectAddressRequest
- type CorrectAddressResponse
- type ExtractAddressRequest
- type ExtractAddressResponse
- type ExtractExpressRequest
- type ExtractExpressResponse
- type ExtractNameRequest
- type ExtractNameResponse
- type ExtractPhoneRequest
- type ExtractPhoneResponse
- type GetAddressBlockMappingRequest
- type GetAddressBlockMappingResponse
- type GetAddressDivisionCodeRequest
- type GetAddressDivisionCodeResponse
- type GetAddressEvaluateRequest
- type GetAddressEvaluateResponse
- type GetAddressGeocodeRequest
- type GetAddressGeocodeResponse
- type GetAddressSearchRequest
- type GetAddressSearchResponse
- type GetAddressSimilarityRequest
- type GetAddressSimilarityResponse
- type GetInputSearchRequest
- type GetInputSearchResponse
- type GetZipcodeRequest
- type GetZipcodeResponse
- type PredictPOIRequest
- type PredictPOIResponse
- type StructureAddressRequest
- type StructureAddressResponse
- type TransferCoordRequest
- type TransferCoordResponse
- type UpdateProjectRequest
- type UpdateProjectResponse
Constants ¶
This section is empty.
Variables ¶
var EndpointMap map[string]string
EndpointMap Endpoint Data
var EndpointType = "regional"
EndpointType regional or central
Functions ¶
func SetClientProperty ¶
SetClientProperty Set Property by Reflect
func SetEndpointDataToClient ¶
func SetEndpointDataToClient(client *Client)
SetEndpointDataToClient Set EndpointMap and ENdpointType
Types ¶
type ClassifyPOIRequest ¶
type ClassifyPOIRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
ClassifyPOIRequest is the request struct for api ClassifyPOI
func CreateClassifyPOIRequest ¶
func CreateClassifyPOIRequest() (request *ClassifyPOIRequest)
CreateClassifyPOIRequest creates a request to invoke ClassifyPOI API
type ClassifyPOIResponse ¶
type ClassifyPOIResponse struct { *responses.BaseResponse Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
ClassifyPOIResponse is the response struct for api ClassifyPOI
func CreateClassifyPOIResponse ¶
func CreateClassifyPOIResponse() (response *ClassifyPOIResponse)
CreateClassifyPOIResponse creates a response to parse from ClassifyPOI response
type Client ¶
Client is the sdk client struct, each func corresponds to an OpenAPI
func NewClientWithAccessKey ¶
func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithEcsRamRole ¶
NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithOptions ¶
func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client
func NewClientWithProvider ¶
func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArn ¶
func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArnAndPolicy ¶
func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRsaKeyPair ¶
func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithStsToken ¶
func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func (*Client) ClassifyPOI ¶
func (client *Client) ClassifyPOI(request *ClassifyPOIRequest) (response *ClassifyPOIResponse, err error)
ClassifyPOI invokes the address_purification.ClassifyPOI API synchronously
func (*Client) ClassifyPOIWithCallback ¶
func (client *Client) ClassifyPOIWithCallback(request *ClassifyPOIRequest, callback func(response *ClassifyPOIResponse, err error)) <-chan int
ClassifyPOIWithCallback invokes the address_purification.ClassifyPOI API asynchronously
func (*Client) ClassifyPOIWithChan ¶
func (client *Client) ClassifyPOIWithChan(request *ClassifyPOIRequest) (<-chan *ClassifyPOIResponse, <-chan error)
ClassifyPOIWithChan invokes the address_purification.ClassifyPOI API asynchronously
func (*Client) CompleteAddress ¶
func (client *Client) CompleteAddress(request *CompleteAddressRequest) (response *CompleteAddressResponse, err error)
CompleteAddress invokes the address_purification.CompleteAddress API synchronously
func (*Client) CompleteAddressWithCallback ¶
func (client *Client) CompleteAddressWithCallback(request *CompleteAddressRequest, callback func(response *CompleteAddressResponse, err error)) <-chan int
CompleteAddressWithCallback invokes the address_purification.CompleteAddress API asynchronously
func (*Client) CompleteAddressWithChan ¶
func (client *Client) CompleteAddressWithChan(request *CompleteAddressRequest) (<-chan *CompleteAddressResponse, <-chan error)
CompleteAddressWithChan invokes the address_purification.CompleteAddress API asynchronously
func (*Client) CorrectAddress ¶
func (client *Client) CorrectAddress(request *CorrectAddressRequest) (response *CorrectAddressResponse, err error)
CorrectAddress invokes the address_purification.CorrectAddress API synchronously
func (*Client) CorrectAddressWithCallback ¶
func (client *Client) CorrectAddressWithCallback(request *CorrectAddressRequest, callback func(response *CorrectAddressResponse, err error)) <-chan int
CorrectAddressWithCallback invokes the address_purification.CorrectAddress API asynchronously
func (*Client) CorrectAddressWithChan ¶
func (client *Client) CorrectAddressWithChan(request *CorrectAddressRequest) (<-chan *CorrectAddressResponse, <-chan error)
CorrectAddressWithChan invokes the address_purification.CorrectAddress API asynchronously
func (*Client) ExtractAddress ¶
func (client *Client) ExtractAddress(request *ExtractAddressRequest) (response *ExtractAddressResponse, err error)
ExtractAddress invokes the address_purification.ExtractAddress API synchronously
func (*Client) ExtractAddressWithCallback ¶
func (client *Client) ExtractAddressWithCallback(request *ExtractAddressRequest, callback func(response *ExtractAddressResponse, err error)) <-chan int
ExtractAddressWithCallback invokes the address_purification.ExtractAddress API asynchronously
func (*Client) ExtractAddressWithChan ¶
func (client *Client) ExtractAddressWithChan(request *ExtractAddressRequest) (<-chan *ExtractAddressResponse, <-chan error)
ExtractAddressWithChan invokes the address_purification.ExtractAddress API asynchronously
func (*Client) ExtractExpress ¶
func (client *Client) ExtractExpress(request *ExtractExpressRequest) (response *ExtractExpressResponse, err error)
ExtractExpress invokes the address_purification.ExtractExpress API synchronously
func (*Client) ExtractExpressWithCallback ¶
func (client *Client) ExtractExpressWithCallback(request *ExtractExpressRequest, callback func(response *ExtractExpressResponse, err error)) <-chan int
ExtractExpressWithCallback invokes the address_purification.ExtractExpress API asynchronously
func (*Client) ExtractExpressWithChan ¶
func (client *Client) ExtractExpressWithChan(request *ExtractExpressRequest) (<-chan *ExtractExpressResponse, <-chan error)
ExtractExpressWithChan invokes the address_purification.ExtractExpress API asynchronously
func (*Client) ExtractName ¶
func (client *Client) ExtractName(request *ExtractNameRequest) (response *ExtractNameResponse, err error)
ExtractName invokes the address_purification.ExtractName API synchronously
func (*Client) ExtractNameWithCallback ¶
func (client *Client) ExtractNameWithCallback(request *ExtractNameRequest, callback func(response *ExtractNameResponse, err error)) <-chan int
ExtractNameWithCallback invokes the address_purification.ExtractName API asynchronously
func (*Client) ExtractNameWithChan ¶
func (client *Client) ExtractNameWithChan(request *ExtractNameRequest) (<-chan *ExtractNameResponse, <-chan error)
ExtractNameWithChan invokes the address_purification.ExtractName API asynchronously
func (*Client) ExtractPhone ¶
func (client *Client) ExtractPhone(request *ExtractPhoneRequest) (response *ExtractPhoneResponse, err error)
ExtractPhone invokes the address_purification.ExtractPhone API synchronously
func (*Client) ExtractPhoneWithCallback ¶
func (client *Client) ExtractPhoneWithCallback(request *ExtractPhoneRequest, callback func(response *ExtractPhoneResponse, err error)) <-chan int
ExtractPhoneWithCallback invokes the address_purification.ExtractPhone API asynchronously
func (*Client) ExtractPhoneWithChan ¶
func (client *Client) ExtractPhoneWithChan(request *ExtractPhoneRequest) (<-chan *ExtractPhoneResponse, <-chan error)
ExtractPhoneWithChan invokes the address_purification.ExtractPhone API asynchronously
func (*Client) GetAddressBlockMapping ¶
func (client *Client) GetAddressBlockMapping(request *GetAddressBlockMappingRequest) (response *GetAddressBlockMappingResponse, err error)
GetAddressBlockMapping invokes the address_purification.GetAddressBlockMapping API synchronously
func (*Client) GetAddressBlockMappingWithCallback ¶
func (client *Client) GetAddressBlockMappingWithCallback(request *GetAddressBlockMappingRequest, callback func(response *GetAddressBlockMappingResponse, err error)) <-chan int
GetAddressBlockMappingWithCallback invokes the address_purification.GetAddressBlockMapping API asynchronously
func (*Client) GetAddressBlockMappingWithChan ¶
func (client *Client) GetAddressBlockMappingWithChan(request *GetAddressBlockMappingRequest) (<-chan *GetAddressBlockMappingResponse, <-chan error)
GetAddressBlockMappingWithChan invokes the address_purification.GetAddressBlockMapping API asynchronously
func (*Client) GetAddressDivisionCode ¶
func (client *Client) GetAddressDivisionCode(request *GetAddressDivisionCodeRequest) (response *GetAddressDivisionCodeResponse, err error)
GetAddressDivisionCode invokes the address_purification.GetAddressDivisionCode API synchronously
func (*Client) GetAddressDivisionCodeWithCallback ¶
func (client *Client) GetAddressDivisionCodeWithCallback(request *GetAddressDivisionCodeRequest, callback func(response *GetAddressDivisionCodeResponse, err error)) <-chan int
GetAddressDivisionCodeWithCallback invokes the address_purification.GetAddressDivisionCode API asynchronously
func (*Client) GetAddressDivisionCodeWithChan ¶
func (client *Client) GetAddressDivisionCodeWithChan(request *GetAddressDivisionCodeRequest) (<-chan *GetAddressDivisionCodeResponse, <-chan error)
GetAddressDivisionCodeWithChan invokes the address_purification.GetAddressDivisionCode API asynchronously
func (*Client) GetAddressEvaluate ¶
func (client *Client) GetAddressEvaluate(request *GetAddressEvaluateRequest) (response *GetAddressEvaluateResponse, err error)
GetAddressEvaluate invokes the address_purification.GetAddressEvaluate API synchronously
func (*Client) GetAddressEvaluateWithCallback ¶
func (client *Client) GetAddressEvaluateWithCallback(request *GetAddressEvaluateRequest, callback func(response *GetAddressEvaluateResponse, err error)) <-chan int
GetAddressEvaluateWithCallback invokes the address_purification.GetAddressEvaluate API asynchronously
func (*Client) GetAddressEvaluateWithChan ¶
func (client *Client) GetAddressEvaluateWithChan(request *GetAddressEvaluateRequest) (<-chan *GetAddressEvaluateResponse, <-chan error)
GetAddressEvaluateWithChan invokes the address_purification.GetAddressEvaluate API asynchronously
func (*Client) GetAddressGeocode ¶
func (client *Client) GetAddressGeocode(request *GetAddressGeocodeRequest) (response *GetAddressGeocodeResponse, err error)
GetAddressGeocode invokes the address_purification.GetAddressGeocode API synchronously
func (*Client) GetAddressGeocodeWithCallback ¶
func (client *Client) GetAddressGeocodeWithCallback(request *GetAddressGeocodeRequest, callback func(response *GetAddressGeocodeResponse, err error)) <-chan int
GetAddressGeocodeWithCallback invokes the address_purification.GetAddressGeocode API asynchronously
func (*Client) GetAddressGeocodeWithChan ¶
func (client *Client) GetAddressGeocodeWithChan(request *GetAddressGeocodeRequest) (<-chan *GetAddressGeocodeResponse, <-chan error)
GetAddressGeocodeWithChan invokes the address_purification.GetAddressGeocode API asynchronously
func (*Client) GetAddressSearch ¶
func (client *Client) GetAddressSearch(request *GetAddressSearchRequest) (response *GetAddressSearchResponse, err error)
GetAddressSearch invokes the address_purification.GetAddressSearch API synchronously
func (*Client) GetAddressSearchWithCallback ¶
func (client *Client) GetAddressSearchWithCallback(request *GetAddressSearchRequest, callback func(response *GetAddressSearchResponse, err error)) <-chan int
GetAddressSearchWithCallback invokes the address_purification.GetAddressSearch API asynchronously
func (*Client) GetAddressSearchWithChan ¶
func (client *Client) GetAddressSearchWithChan(request *GetAddressSearchRequest) (<-chan *GetAddressSearchResponse, <-chan error)
GetAddressSearchWithChan invokes the address_purification.GetAddressSearch API asynchronously
func (*Client) GetAddressSimilarity ¶
func (client *Client) GetAddressSimilarity(request *GetAddressSimilarityRequest) (response *GetAddressSimilarityResponse, err error)
GetAddressSimilarity invokes the address_purification.GetAddressSimilarity API synchronously
func (*Client) GetAddressSimilarityWithCallback ¶
func (client *Client) GetAddressSimilarityWithCallback(request *GetAddressSimilarityRequest, callback func(response *GetAddressSimilarityResponse, err error)) <-chan int
GetAddressSimilarityWithCallback invokes the address_purification.GetAddressSimilarity API asynchronously
func (*Client) GetAddressSimilarityWithChan ¶
func (client *Client) GetAddressSimilarityWithChan(request *GetAddressSimilarityRequest) (<-chan *GetAddressSimilarityResponse, <-chan error)
GetAddressSimilarityWithChan invokes the address_purification.GetAddressSimilarity API asynchronously
func (*Client) GetInputSearch ¶
func (client *Client) GetInputSearch(request *GetInputSearchRequest) (response *GetInputSearchResponse, err error)
GetInputSearch invokes the address_purification.GetInputSearch API synchronously
func (*Client) GetInputSearchWithCallback ¶
func (client *Client) GetInputSearchWithCallback(request *GetInputSearchRequest, callback func(response *GetInputSearchResponse, err error)) <-chan int
GetInputSearchWithCallback invokes the address_purification.GetInputSearch API asynchronously
func (*Client) GetInputSearchWithChan ¶
func (client *Client) GetInputSearchWithChan(request *GetInputSearchRequest) (<-chan *GetInputSearchResponse, <-chan error)
GetInputSearchWithChan invokes the address_purification.GetInputSearch API asynchronously
func (*Client) GetZipcode ¶
func (client *Client) GetZipcode(request *GetZipcodeRequest) (response *GetZipcodeResponse, err error)
GetZipcode invokes the address_purification.GetZipcode API synchronously
func (*Client) GetZipcodeWithCallback ¶
func (client *Client) GetZipcodeWithCallback(request *GetZipcodeRequest, callback func(response *GetZipcodeResponse, err error)) <-chan int
GetZipcodeWithCallback invokes the address_purification.GetZipcode API asynchronously
func (*Client) GetZipcodeWithChan ¶
func (client *Client) GetZipcodeWithChan(request *GetZipcodeRequest) (<-chan *GetZipcodeResponse, <-chan error)
GetZipcodeWithChan invokes the address_purification.GetZipcode API asynchronously
func (*Client) PredictPOI ¶
func (client *Client) PredictPOI(request *PredictPOIRequest) (response *PredictPOIResponse, err error)
PredictPOI invokes the address_purification.PredictPOI API synchronously
func (*Client) PredictPOIWithCallback ¶
func (client *Client) PredictPOIWithCallback(request *PredictPOIRequest, callback func(response *PredictPOIResponse, err error)) <-chan int
PredictPOIWithCallback invokes the address_purification.PredictPOI API asynchronously
func (*Client) PredictPOIWithChan ¶
func (client *Client) PredictPOIWithChan(request *PredictPOIRequest) (<-chan *PredictPOIResponse, <-chan error)
PredictPOIWithChan invokes the address_purification.PredictPOI API asynchronously
func (*Client) StructureAddress ¶
func (client *Client) StructureAddress(request *StructureAddressRequest) (response *StructureAddressResponse, err error)
StructureAddress invokes the address_purification.StructureAddress API synchronously
func (*Client) StructureAddressWithCallback ¶
func (client *Client) StructureAddressWithCallback(request *StructureAddressRequest, callback func(response *StructureAddressResponse, err error)) <-chan int
StructureAddressWithCallback invokes the address_purification.StructureAddress API asynchronously
func (*Client) StructureAddressWithChan ¶
func (client *Client) StructureAddressWithChan(request *StructureAddressRequest) (<-chan *StructureAddressResponse, <-chan error)
StructureAddressWithChan invokes the address_purification.StructureAddress API asynchronously
func (*Client) TransferCoord ¶
func (client *Client) TransferCoord(request *TransferCoordRequest) (response *TransferCoordResponse, err error)
TransferCoord invokes the address_purification.TransferCoord API synchronously
func (*Client) TransferCoordWithCallback ¶
func (client *Client) TransferCoordWithCallback(request *TransferCoordRequest, callback func(response *TransferCoordResponse, err error)) <-chan int
TransferCoordWithCallback invokes the address_purification.TransferCoord API asynchronously
func (*Client) TransferCoordWithChan ¶
func (client *Client) TransferCoordWithChan(request *TransferCoordRequest) (<-chan *TransferCoordResponse, <-chan error)
TransferCoordWithChan invokes the address_purification.TransferCoord API asynchronously
func (*Client) UpdateProject ¶
func (client *Client) UpdateProject(request *UpdateProjectRequest) (response *UpdateProjectResponse, err error)
UpdateProject invokes the address_purification.UpdateProject API synchronously
func (*Client) UpdateProjectWithCallback ¶
func (client *Client) UpdateProjectWithCallback(request *UpdateProjectRequest, callback func(response *UpdateProjectResponse, err error)) <-chan int
UpdateProjectWithCallback invokes the address_purification.UpdateProject API asynchronously
func (*Client) UpdateProjectWithChan ¶
func (client *Client) UpdateProjectWithChan(request *UpdateProjectRequest) (<-chan *UpdateProjectResponse, <-chan error)
UpdateProjectWithChan invokes the address_purification.UpdateProject API asynchronously
type CompleteAddressRequest ¶
type CompleteAddressRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
CompleteAddressRequest is the request struct for api CompleteAddress
func CreateCompleteAddressRequest ¶
func CreateCompleteAddressRequest() (request *CompleteAddressRequest)
CreateCompleteAddressRequest creates a request to invoke CompleteAddress API
type CompleteAddressResponse ¶
type CompleteAddressResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
CompleteAddressResponse is the response struct for api CompleteAddress
func CreateCompleteAddressResponse ¶
func CreateCompleteAddressResponse() (response *CompleteAddressResponse)
CreateCompleteAddressResponse creates a response to parse from CompleteAddress response
type CorrectAddressRequest ¶
type CorrectAddressRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
CorrectAddressRequest is the request struct for api CorrectAddress
func CreateCorrectAddressRequest ¶
func CreateCorrectAddressRequest() (request *CorrectAddressRequest)
CreateCorrectAddressRequest creates a request to invoke CorrectAddress API
type CorrectAddressResponse ¶
type CorrectAddressResponse struct { *responses.BaseResponse Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
CorrectAddressResponse is the response struct for api CorrectAddress
func CreateCorrectAddressResponse ¶
func CreateCorrectAddressResponse() (response *CorrectAddressResponse)
CreateCorrectAddressResponse creates a response to parse from CorrectAddress response
type ExtractAddressRequest ¶
type ExtractAddressRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
ExtractAddressRequest is the request struct for api ExtractAddress
func CreateExtractAddressRequest ¶
func CreateExtractAddressRequest() (request *ExtractAddressRequest)
CreateExtractAddressRequest creates a request to invoke ExtractAddress API
type ExtractAddressResponse ¶
type ExtractAddressResponse struct { *responses.BaseResponse Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
ExtractAddressResponse is the response struct for api ExtractAddress
func CreateExtractAddressResponse ¶
func CreateExtractAddressResponse() (response *ExtractAddressResponse)
CreateExtractAddressResponse creates a response to parse from ExtractAddress response
type ExtractExpressRequest ¶
type ExtractExpressRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
ExtractExpressRequest is the request struct for api ExtractExpress
func CreateExtractExpressRequest ¶
func CreateExtractExpressRequest() (request *ExtractExpressRequest)
CreateExtractExpressRequest creates a request to invoke ExtractExpress API
type ExtractExpressResponse ¶
type ExtractExpressResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
ExtractExpressResponse is the response struct for api ExtractExpress
func CreateExtractExpressResponse ¶
func CreateExtractExpressResponse() (response *ExtractExpressResponse)
CreateExtractExpressResponse creates a response to parse from ExtractExpress response
type ExtractNameRequest ¶
type ExtractNameRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
ExtractNameRequest is the request struct for api ExtractName
func CreateExtractNameRequest ¶
func CreateExtractNameRequest() (request *ExtractNameRequest)
CreateExtractNameRequest creates a request to invoke ExtractName API
type ExtractNameResponse ¶
type ExtractNameResponse struct { *responses.BaseResponse Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
ExtractNameResponse is the response struct for api ExtractName
func CreateExtractNameResponse ¶
func CreateExtractNameResponse() (response *ExtractNameResponse)
CreateExtractNameResponse creates a response to parse from ExtractName response
type ExtractPhoneRequest ¶
type ExtractPhoneRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
ExtractPhoneRequest is the request struct for api ExtractPhone
func CreateExtractPhoneRequest ¶
func CreateExtractPhoneRequest() (request *ExtractPhoneRequest)
CreateExtractPhoneRequest creates a request to invoke ExtractPhone API
type ExtractPhoneResponse ¶
type ExtractPhoneResponse struct { *responses.BaseResponse Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
ExtractPhoneResponse is the response struct for api ExtractPhone
func CreateExtractPhoneResponse ¶
func CreateExtractPhoneResponse() (response *ExtractPhoneResponse)
CreateExtractPhoneResponse creates a response to parse from ExtractPhone response
type GetAddressBlockMappingRequest ¶
type GetAddressBlockMappingRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
GetAddressBlockMappingRequest is the request struct for api GetAddressBlockMapping
func CreateGetAddressBlockMappingRequest ¶
func CreateGetAddressBlockMappingRequest() (request *GetAddressBlockMappingRequest)
CreateGetAddressBlockMappingRequest creates a request to invoke GetAddressBlockMapping API
type GetAddressBlockMappingResponse ¶
type GetAddressBlockMappingResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
GetAddressBlockMappingResponse is the response struct for api GetAddressBlockMapping
func CreateGetAddressBlockMappingResponse ¶
func CreateGetAddressBlockMappingResponse() (response *GetAddressBlockMappingResponse)
CreateGetAddressBlockMappingResponse creates a response to parse from GetAddressBlockMapping response
type GetAddressDivisionCodeRequest ¶
type GetAddressDivisionCodeRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
GetAddressDivisionCodeRequest is the request struct for api GetAddressDivisionCode
func CreateGetAddressDivisionCodeRequest ¶
func CreateGetAddressDivisionCodeRequest() (request *GetAddressDivisionCodeRequest)
CreateGetAddressDivisionCodeRequest creates a request to invoke GetAddressDivisionCode API
type GetAddressDivisionCodeResponse ¶
type GetAddressDivisionCodeResponse struct { *responses.BaseResponse Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
GetAddressDivisionCodeResponse is the response struct for api GetAddressDivisionCode
func CreateGetAddressDivisionCodeResponse ¶
func CreateGetAddressDivisionCodeResponse() (response *GetAddressDivisionCodeResponse)
CreateGetAddressDivisionCodeResponse creates a response to parse from GetAddressDivisionCode response
type GetAddressEvaluateRequest ¶
type GetAddressEvaluateRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
GetAddressEvaluateRequest is the request struct for api GetAddressEvaluate
func CreateGetAddressEvaluateRequest ¶
func CreateGetAddressEvaluateRequest() (request *GetAddressEvaluateRequest)
CreateGetAddressEvaluateRequest creates a request to invoke GetAddressEvaluate API
type GetAddressEvaluateResponse ¶
type GetAddressEvaluateResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
GetAddressEvaluateResponse is the response struct for api GetAddressEvaluate
func CreateGetAddressEvaluateResponse ¶
func CreateGetAddressEvaluateResponse() (response *GetAddressEvaluateResponse)
CreateGetAddressEvaluateResponse creates a response to parse from GetAddressEvaluate response
type GetAddressGeocodeRequest ¶
type GetAddressGeocodeRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
GetAddressGeocodeRequest is the request struct for api GetAddressGeocode
func CreateGetAddressGeocodeRequest ¶
func CreateGetAddressGeocodeRequest() (request *GetAddressGeocodeRequest)
CreateGetAddressGeocodeRequest creates a request to invoke GetAddressGeocode API
type GetAddressGeocodeResponse ¶
type GetAddressGeocodeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
GetAddressGeocodeResponse is the response struct for api GetAddressGeocode
func CreateGetAddressGeocodeResponse ¶
func CreateGetAddressGeocodeResponse() (response *GetAddressGeocodeResponse)
CreateGetAddressGeocodeResponse creates a response to parse from GetAddressGeocode response
type GetAddressSearchRequest ¶
type GetAddressSearchRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
GetAddressSearchRequest is the request struct for api GetAddressSearch
func CreateGetAddressSearchRequest ¶
func CreateGetAddressSearchRequest() (request *GetAddressSearchRequest)
CreateGetAddressSearchRequest creates a request to invoke GetAddressSearch API
type GetAddressSearchResponse ¶
type GetAddressSearchResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
GetAddressSearchResponse is the response struct for api GetAddressSearch
func CreateGetAddressSearchResponse ¶
func CreateGetAddressSearchResponse() (response *GetAddressSearchResponse)
CreateGetAddressSearchResponse creates a response to parse from GetAddressSearch response
type GetAddressSimilarityRequest ¶
type GetAddressSimilarityRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
GetAddressSimilarityRequest is the request struct for api GetAddressSimilarity
func CreateGetAddressSimilarityRequest ¶
func CreateGetAddressSimilarityRequest() (request *GetAddressSimilarityRequest)
CreateGetAddressSimilarityRequest creates a request to invoke GetAddressSimilarity API
type GetAddressSimilarityResponse ¶
type GetAddressSimilarityResponse struct { *responses.BaseResponse Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
GetAddressSimilarityResponse is the response struct for api GetAddressSimilarity
func CreateGetAddressSimilarityResponse ¶
func CreateGetAddressSimilarityResponse() (response *GetAddressSimilarityResponse)
CreateGetAddressSimilarityResponse creates a response to parse from GetAddressSimilarity response
type GetInputSearchRequest ¶
type GetInputSearchRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
GetInputSearchRequest is the request struct for api GetInputSearch
func CreateGetInputSearchRequest ¶
func CreateGetInputSearchRequest() (request *GetInputSearchRequest)
CreateGetInputSearchRequest creates a request to invoke GetInputSearch API
type GetInputSearchResponse ¶
type GetInputSearchResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
GetInputSearchResponse is the response struct for api GetInputSearch
func CreateGetInputSearchResponse ¶
func CreateGetInputSearchResponse() (response *GetInputSearchResponse)
CreateGetInputSearchResponse creates a response to parse from GetInputSearch response
type GetZipcodeRequest ¶
type GetZipcodeRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
GetZipcodeRequest is the request struct for api GetZipcode
func CreateGetZipcodeRequest ¶
func CreateGetZipcodeRequest() (request *GetZipcodeRequest)
CreateGetZipcodeRequest creates a request to invoke GetZipcode API
type GetZipcodeResponse ¶
type GetZipcodeResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
GetZipcodeResponse is the response struct for api GetZipcode
func CreateGetZipcodeResponse ¶
func CreateGetZipcodeResponse() (response *GetZipcodeResponse)
CreateGetZipcodeResponse creates a response to parse from GetZipcode response
type PredictPOIRequest ¶
type PredictPOIRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
PredictPOIRequest is the request struct for api PredictPOI
func CreatePredictPOIRequest ¶
func CreatePredictPOIRequest() (request *PredictPOIRequest)
CreatePredictPOIRequest creates a request to invoke PredictPOI API
type PredictPOIResponse ¶
type PredictPOIResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
PredictPOIResponse is the response struct for api PredictPOI
func CreatePredictPOIResponse ¶
func CreatePredictPOIResponse() (response *PredictPOIResponse)
CreatePredictPOIResponse creates a response to parse from PredictPOI response
type StructureAddressRequest ¶
type StructureAddressRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultCity string `position:"Body" name:"DefaultCity"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` Text string `position:"Body" name:"Text"` }
StructureAddressRequest is the request struct for api StructureAddress
func CreateStructureAddressRequest ¶
func CreateStructureAddressRequest() (request *StructureAddressRequest)
CreateStructureAddressRequest creates a request to invoke StructureAddress API
type StructureAddressResponse ¶
type StructureAddressResponse struct { *responses.BaseResponse Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
StructureAddressResponse is the response struct for api StructureAddress
func CreateStructureAddressResponse ¶
func CreateStructureAddressResponse() (response *StructureAddressResponse)
CreateStructureAddressResponse creates a response to parse from StructureAddress response
type TransferCoordRequest ¶
type TransferCoordRequest struct { *requests.RpcRequest DefaultProvince string `position:"Body" name:"DefaultProvince"` SrcCoord string `position:"Body" name:"SrcCoord"` DefaultCity string `position:"Body" name:"DefaultCity"` Text string `position:"Body" name:"Text"` ServiceCode string `position:"Body" name:"ServiceCode"` DefaultDistrict string `position:"Body" name:"DefaultDistrict"` AppKey string `position:"Body" name:"AppKey"` }
TransferCoordRequest is the request struct for api TransferCoord
func CreateTransferCoordRequest ¶
func CreateTransferCoordRequest() (request *TransferCoordRequest)
CreateTransferCoordRequest creates a request to invoke TransferCoord API
type TransferCoordResponse ¶
type TransferCoordResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
TransferCoordResponse is the response struct for api TransferCoord
func CreateTransferCoordResponse ¶
func CreateTransferCoordResponse() (response *TransferCoordResponse)
CreateTransferCoordResponse creates a response to parse from TransferCoord response
type UpdateProjectRequest ¶
type UpdateProjectRequest struct { *requests.RpcRequest ServiceCode string `position:"Body" name:"ServiceCode"` Parameters string `position:"Body" name:"Parameters"` }
UpdateProjectRequest is the request struct for api UpdateProject
func CreateUpdateProjectRequest ¶
func CreateUpdateProjectRequest() (request *UpdateProjectRequest)
CreateUpdateProjectRequest creates a request to invoke UpdateProject API
type UpdateProjectResponse ¶
type UpdateProjectResponse struct { *responses.BaseResponse Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
UpdateProjectResponse is the response struct for api UpdateProject
func CreateUpdateProjectResponse ¶
func CreateUpdateProjectResponse() (response *UpdateProjectResponse)
CreateUpdateProjectResponse creates a response to parse from UpdateProject response
Source Files ¶
- classify_poi.go
- client.go
- complete_address.go
- correct_address.go
- endpoint.go
- extract_address.go
- extract_express.go
- extract_name.go
- extract_phone.go
- get_address_block_mapping.go
- get_address_division_code.go
- get_address_evaluate.go
- get_address_geocode.go
- get_address_search.go
- get_address_similarity.go
- get_input_search.go
- get_zipcode.go
- predict_poi.go
- structure_address.go
- transfer_coord.go
- update_project.go