refactor: switch to OpenAPITools's generator for our HTTP clients (#33)
* build: add CI job to check OpenAPI generation is clean * feat: add hidden flag for HTTP debug
This commit is contained in:
@ -2,8 +2,6 @@ package internal
|
||||
|
||||
import (
|
||||
"io"
|
||||
|
||||
"github.com/influxdata/influx-cli/v2/internal/api"
|
||||
)
|
||||
|
||||
type CLI struct {
|
||||
@ -11,5 +9,5 @@ type CLI struct {
|
||||
Stdout io.Writer
|
||||
Stderr io.Writer
|
||||
|
||||
TraceId *api.TraceSpan
|
||||
TraceId string
|
||||
}
|
||||
|
Reference in New Issue
Block a user