Skip to main content

Module config

Module config 

Source

Structs§

RepoConfig
Repo-level configuration stored in .git/grite/config.toml
SnapshotConfig
Snapshot policy configuration

Functions§

actor_dir
Get the actor directory path for a specific actor
actor_signing_key_path
Get the signing key path for an actor
actor_sled_path
Get the sled database path for an actor
actors_dir
Get the actors directory path
list_actors
List all actors in .git/grite/actors/
load_actor_config
Load actor config from .git/grite/actors/<actor_id>/config.toml
load_repo_config
Load repo config from .git/grite/config.toml
load_signing_key
Load signing key for an actor (if present)
save_actor_config
Save actor config to .git/grite/actors/<actor_id>/config.toml
save_repo_config
Save repo config to .git/grite/config.toml