Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateLogManager ¶ added in v0.0.3
Types ¶
type ExportData ¶ added in v0.0.3
type ExportData struct {
Entries []ExportEntry `json:"entries"`
}
type ExportEntry ¶ added in v0.0.3
type ExportEntry struct {
Data *models.LogEntry `json:"data"`
Notes []ExportNote `json:"notes"`
}
type ExportNote ¶ added in v0.0.3
type StorageConfig ¶ added in v0.0.10
StorageConfig holds storage-related configuration values
func ApplyConfigDefaults ¶ added in v0.0.10
func ApplyConfigDefaults(storageType, serverAddr, serverToken string) (StorageConfig, error)
ApplyConfigDefaults loads saved config and applies defaults to storage settings
Click to show internal directories.
Click to hide internal directories.