diff --git a/nix-actions-cache/src/main.rs b/nix-actions-cache/src/main.rs index 43cee38..138c507 100644 --- a/nix-actions-cache/src/main.rs +++ b/nix-actions-cache/src/main.rs @@ -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, + + /// The sender half of the oneshot channel to trigger a shutdown. shutdown_sender: Mutex>>, /// List of store paths originally present.