More docs

This commit is contained in:
Zhaofeng Li 2023-05-19 13:00:36 -06:00
parent d8b9ff7bbd
commit 0505b9c89a

View file

@ -78,8 +78,13 @@ struct Args {
/// The global server state.
#[derive(Debug)]
struct StateInner {
/// The GitHub Actions Cache API.
api: Api,
/// The upstream cache.
upstream: Option<String>,
/// The sender half of the oneshot channel to trigger a shutdown.
shutdown_sender: Mutex<Option<oneshot::Sender<()>>>,
/// List of store paths originally present.