run

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2025 License: MIT Imports: 21 Imported by: 0

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)

func Main

func Main(args []string) 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

type ExportNote struct {
	Data *models.Note `json:"data"`
}

type Model added in v0.0.2

type Model struct {
	// contains filtered or unexported fields
}

func (*Model) Init added in v0.0.2

func (m *Model) Init() tea.Cmd

func (*Model) Update added in v0.0.2

func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*Model) View added in v0.0.2

func (m *Model) View() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL