Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateLogManager ¶ added in v0.0.3
func CreateLogManager(storageType string) (*data.LogManager, error)
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
Click to show internal directories.
Click to hide internal directories.