Versions in this module Expand all Collapse all v1 v1.14.2 Aug 31, 2021 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 + EchoServiceApi *EchoServiceApiService + 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 Echo2Opts struct + En optional.String + Lang optional.String + LineNum optional.String + NoNote optional.String + NoProgress optional.String + StatusNote optional.String + StatusProgress optional.String + type Echo3Opts struct + En optional.String + LineNum optional.String + NoNote optional.String + NoProgress optional.String + StatusNote optional.String + StatusProgress optional.String + type Echo4Opts struct + En optional.String + Lang optional.String + NoProgress optional.String + Num optional.String + StatusProgress optional.String + type Echo5Opts struct + En optional.String + Id optional.String + Lang optional.String + LineNum optional.String + NoProgress optional.String + Num optional.String + StatusProgress optional.String + type EchoDeleteOpts struct + En optional.String + Id optional.String + Lang optional.String + LineNum optional.String + NoNote optional.String + NoProgress optional.String + Num optional.String + StatusNote optional.String + StatusProgress optional.String + type EchoServiceApiService service + func (a *EchoServiceApiService) Echo(ctx context.Context, id string) (ExamplepbSimpleMessage, *http.Response, error) + func (a *EchoServiceApiService) Echo2(ctx context.Context, id string, num string, localVarOptionals *Echo2Opts) (ExamplepbSimpleMessage, *http.Response, error) + func (a *EchoServiceApiService) Echo3(ctx context.Context, id string, num string, lang string, ...) (ExamplepbSimpleMessage, *http.Response, error) + func (a *EchoServiceApiService) Echo4(ctx context.Context, id string, lineNum string, statusNote string, ...) (ExamplepbSimpleMessage, *http.Response, error) + func (a *EchoServiceApiService) Echo5(ctx context.Context, noNote string, localVarOptionals *Echo5Opts) (ExamplepbSimpleMessage, *http.Response, error) + func (a *EchoServiceApiService) EchoBody(ctx context.Context, body ExamplepbSimpleMessage) (ExamplepbSimpleMessage, *http.Response, error) + func (a *EchoServiceApiService) EchoDelete(ctx context.Context, localVarOptionals *EchoDeleteOpts) (ExamplepbSimpleMessage, *http.Response, error) + type ExamplepbEmbedded struct + Note string + Progress string + type ExamplepbSimpleMessage struct + En string + Id string + Lang string + LineNum string + No *ExamplepbEmbedded + Num string + Status *ExamplepbEmbedded + type GenericSwaggerError struct + func (e GenericSwaggerError) Body() []byte + func (e GenericSwaggerError) Error() string + func (e GenericSwaggerError) Model() interface{} + type ProtobufAny struct + TypeUrl string + Value string + type RuntimeError struct + Code int32 + Details []ProtobufAny + Error_ string + Message string