Versions in this module Expand all Collapse all v2 v2.10.1 Mar 23, 2022 Changes in this version + var ContextAPIKey = contextKey("apikey") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextOAuth2 = contextKey("token") + func CacheExpires(r *http.Response) time.Time + type APIClient struct + ResponseBodyServiceApi *ResponseBodyServiceApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) ChangeBasePath(path string) + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type BasicAuth struct + Password string + UserName string + type Configuration struct + BasePath string + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + Scheme string + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + type ExamplepbRepeatedResponseBodyOut struct + Response []ExamplepbRepeatedResponseBodyOutResponse + type ExamplepbRepeatedResponseBodyOutResponse struct + Data string + Type_ *ResponseResponseType + type ExamplepbRepeatedResponseStrings struct + Values []string + type ExamplepbResponseBodyOut struct + Response *ExamplepbResponseBodyOutResponse + type ExamplepbResponseBodyOutResponse struct + Data string + type GenericSwaggerError struct + func (e GenericSwaggerError) Body() []byte + func (e GenericSwaggerError) Error() string + func (e GenericSwaggerError) Model() interface{} + type ProtobufAny struct + Type_ string + type ResponseBodyServiceApiService service + func (a *ResponseBodyServiceApiService) ResponseBodyServiceGetResponseBody(ctx context.Context, data string) (ExamplepbResponseBodyOutResponse, *http.Response, error) + func (a *ResponseBodyServiceApiService) ResponseBodyServiceGetResponseBodyStream(ctx context.Context, data string) (StreamResultOfExamplepbResponseBodyOut, *http.Response, error) + func (a *ResponseBodyServiceApiService) ResponseBodyServiceListResponseBodies(ctx context.Context, data string) ([]ExamplepbRepeatedResponseBodyOutResponse, *http.Response, error) + func (a *ResponseBodyServiceApiService) ResponseBodyServiceListResponseStrings(ctx context.Context, data string) ([]string, *http.Response, error) + type ResponseResponseType string + const A_ResponseResponseType + const B_ResponseResponseType + const UNKNOWN_ResponseResponseType + type RpcStatus struct + Code int32 + Details []ProtobufAny + Message string + type StreamResultOfExamplepbResponseBodyOut struct + Error_ *RpcStatus + Result *ExamplepbResponseBodyOutResponse Other modules containing this package github.com/Percona-Lab/grpc-gateway