Documentation
¶
Index ¶
- Constants
- func Delete(appDir string, recordID int) error
- func DeleteAll(appDir string) error
- func Read(appDir string) ([]gemini.Transaction, error)
- func Restore(appDir string, recordID int) error
- func Stash(appDir string) error
- func Write(appDir string, transaction gemini.Transaction) error
- type Entry
- type Record
Constants ¶
View Source
const ActiveSessionFileSuffix = ".active"
Variables ¶
This section is empty.
Functions ¶
func Read ¶
func Read(appDir string) ([]gemini.Transaction, error)
Read returns all messages in the active session
Types ¶
Click to show internal directories.
Click to hide internal directories.