Skip to main content

Crate tiller_sync

Crate tiller_sync 

Source

Modules§

args
These structs provide the CLI interface for the tiller CLI.
backup
Backup management for local file backups during sync operations.
commands
Command handlers for the tiller CLI.
mcp
MCP (Model Context Protocol) server implementation.
model
Types that represent the core data model, such as Transaction and Category.

Structs§

Config
The Config object represents the configuration of the app. You instantiate it by providing the path to $TILLER_HOME and from there it loads $TILLER_HOME/config.json. It provides paths to other items that are either configurable or are expected in a certain location within the tiller home directory.
TillerError
This library’s public error type

Enums§

Mode
An enum representing whether the app is in testing mode or using a live Google sheet.

Type Aliases§

Result
This library’s public result type.