Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Gopher string = `` /* 3987-byte string literal not displayed */
Functions ¶
Types ¶
type Client ¶
type Client struct { clients.CLI PersistentQueryParams api.LegacyQueryApi api.PingApi api.OrganizationsApi api.LegacyWriteApi api.DBRPsApi }
func (*Client) GetDatabases ¶
Get list of database names
type EndingStatus ¶
type EndingStatus uint
type FormatFunc ¶
type FormatFunc func(api.InfluxqlJsonResponse)
type FormatType ¶
type FormatType string
var ( CsvFormat FormatType = "csv" JsonFormat FormatType = "json" ColumnFormat FormatType = "column" TableFormat FormatType = "table" )
type PersistentQueryParams ¶
type PersistentQueryParams struct { clients.OrgParams Database string RetentionPolicy string Precision string Format FormatType Pretty bool Scientific bool Databases []string RetentionPolicies []string Measurements []string // contains filtered or unexported fields }
func DefaultPersistentQueryParams ¶
func DefaultPersistentQueryParams() PersistentQueryParams
type SuggestNode ¶
type SuggestNode struct { Description string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.