Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteConnectionHTTPConfig ¶
type RemoteConnectionHTTPConfig struct {
RemoteURL string `db:"remote_url"`
RemoteToken string `db:"remote_api_token"`
RemoteOrgID platform.ID `db:"remote_org_id"`
AllowInsecureTLS bool `db:"allow_insecure_tls"`
}
RemoteConnectionHTTPConfig contains all info needed by a client to make HTTP requests against a remote InfluxDB API.
Click to show internal directories.
Click to hide internal directories.