Versions in this module Expand all Collapse all v2 v2.0.3 Mar 10, 2022 Changes in this version + var ClientResponseMapping map[string]func() IResponse + func GetGrpcResponseStatusCode(response IResponse) string + type ClientDetectionResponse struct + func (c *ClientDetectionResponse) GetResponseType() string + type ConfigChangeBatchListenResponse struct + ChangedConfigs []model.ConfigContext + func (c *ConfigChangeBatchListenResponse) GetResponseType() string + type ConfigPublishResponse struct + func (c *ConfigPublishResponse) GetResponseType() string + type ConfigQueryResponse struct + Content string + ContentType string + EncryptedDataKey string + IsBeta bool + LastModified int64 + Md5 string + Tag bool + func (c *ConfigQueryResponse) GetResponseType() string + type ConfigRemoveResponse struct + func (c *ConfigRemoveResponse) GetResponseType() string + type ConnectResetResponse struct + func (c *ConnectResetResponse) GetResponseType() string + type ErrorResponse struct + func (c *ErrorResponse) GetResponseType() string + type HealthCheckResponse struct + func (c *HealthCheckResponse) GetResponseType() string + type IResponse interface + GetBody func() string + GetErrorCode func() int + GetMessage func() string + GetResponseType func() string + GetResultCode func() int + IsSuccess func() bool + SetRequestId func(requestId string) + type InstanceResponse struct + func (c *InstanceResponse) GetResponseType() string + type MockResponse struct + func (c *MockResponse) GetResponseType() string + type NotifySubscriberResponse struct + func (c *NotifySubscriberResponse) GetResponseType() string + type QueryServiceResponse struct + ServiceInfo model.Service + func (c *QueryServiceResponse) GetResponseType() string + type Response struct + ErrorCode int + Message string + RequestId string + ResultCode int + Success bool + func (r *Response) GetBody() string + func (r *Response) GetErrorCode() int + func (r *Response) GetMessage() string + func (r *Response) GetResultCode() int + func (r *Response) IsSuccess() bool + func (r *Response) SetRequestId(requestId string) + type ServerCheckResponse struct + ConnectionId string + func (c *ServerCheckResponse) GetResponseType() string + type ServiceListResponse struct + Count int + ServiceNames []string + func (c *ServiceListResponse) GetResponseType() string + type SubscribeServiceResponse struct + ServiceInfo model.Service + func (c *SubscribeServiceResponse) GetResponseType() string Other modules containing this package github.com/EricLi404/nacos-sdk-go