Versions in this module Expand all Collapse all v0 v0.1.2 Sep 16, 2025 Changes in this version + type EditorApp struct + func NewEditorApp(client *api.Client, passphrase []byte, serverName string, autosave bool, ...) *EditorApp + func (a *EditorApp) ExitMode() string + func (a *EditorApp) Init() tea.Cmd + func (a *EditorApp) Run(ctx context.Context) error + func (a *EditorApp) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (a *EditorApp) View() string Other modules containing this package github.com/ktappdev/secretnotes-go-backend/cli