Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sqlite ¶
type Sqlite struct { // Name of the core storage Name string `json:"name" yaml:"name" hcl:"name,label"` // Path to database file Path string `json:"path" yaml:"path" hcl:"path"` // Timeout value Timeout int `json:"timeout" yaml:"timeout" hcl:"timeout,optional"` // TableAlerts is config for Alerts table TableAlerts tables.TableAlerts `json:"tableAlerts" yaml:"tableAlerts" hcl:"tableAlerts,block"` // TableKV is config for KV table TableKV tables.TableKV `json:"tableKV" yaml:"tableKV" hcl:"tableKV,block"` }
Sqlite core storage config
Click to show internal directories.
Click to hide internal directories.