* chore: upgrade go releaser to v1.13.1 (#464) * chore: update goreleaser and actually use go 1.19 * chore: format for go 1.19 Co-authored-by: Brandon Pfeifer <bpfeifer@influxdata.com> Co-authored-by: Brandon Pfeifer <bpfeifer@influxdata.com>
This commit is contained in:
@ -82,8 +82,8 @@ func (r ApiGetConfigRequest) ExecuteWithHttpInfo() (Config, *_nethttp.Response,
|
||||
}
|
||||
|
||||
/*
|
||||
* GetConfig Retrieve runtime configuration
|
||||
* Returns the active runtime configuration of the InfluxDB instance.
|
||||
- GetConfig Retrieve runtime configuration
|
||||
- Returns the active runtime configuration of the InfluxDB instance.
|
||||
|
||||
In InfluxDB v2.2+, use this endpoint to view your active runtime configuration,
|
||||
including flags and environment variables.
|
||||
@ -92,8 +92,8 @@ including flags and environment variables.
|
||||
|
||||
- [View your runtime server configuration]({{% INFLUXDB_DOCS_URL %}}/reference/config-options/#view-your-runtime-server-configuration)
|
||||
|
||||
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
|
||||
* @return ApiGetConfigRequest
|
||||
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
|
||||
- @return ApiGetConfigRequest
|
||||
*/
|
||||
func (a *ConfigApiService) GetConfig(ctx _context.Context) ApiGetConfigRequest {
|
||||
return ApiGetConfigRequest{
|
||||
|
Reference in New Issue
Block a user