Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncSqlResult ¶
type ConfigDatabasesMap ¶
type ConfigDatabasesMap struct { Proto string `json:"proto"` Value string `json:"value"` Name string `json:"name"` Node string `json:"node"` Host string `json:"host"` Primary bool `json:"primary"` Online bool `json:"online"` URL string `json:"url"` ProtectedTables []string `json:"-"` SkipTables []string `json:"-"` }
type ConfigURLNode ¶
type DataDatabasesMap ¶
type DataDatabasesMap struct { Proto string `json:"proto"` Value string `json:"value"` Node string `json:"node"` Name string `json:"name"` DBname string `json:"db_name"` Host string `json:"host"` TableSeries string `json:"time_series"` TableSamples string `json:"samples"` Primary bool `json:"primary"` Online bool `json:"online"` }
type JSONText ¶
type JSONText json.RawMessage
func (JSONText) MarshalJSON ¶
MarshalJSON returns the *j as the JSON encoding of j.
func (*JSONText) UnmarshalJSON ¶
UnmarshalJSON sets *j to a copy of data
Click to show internal directories.
Click to hide internal directories.