aboutsummaryrefslogtreecommitdiff
path: root/docs/state.md
blob: fbb965dbab8e598d11c86d71a202f3b9c3db3bff (plain)
1
2
3
4
5
6
7
8
9
# State

All state is managed by the silent-ct [manager](../internal/manager).  All such
state is persisted to disk in a common directory as a collection of files.  Not
having any database simplifies setup and manual debugging, should it be needed.

## Structure of the state directory

docdoc