feat: endpoints for config management via goose-server (#1207)

Co-authored-by: Lily Delalande <ldelalande@squareup.com>
This commit is contained in:
Alex Hancock
2025-02-12 21:19:13 -05:00
committed by GitHub
parent e461e6845d
commit 9287eaeb5d
14 changed files with 569 additions and 6 deletions
+1
View File
@@ -11,6 +11,7 @@ mod commands;
mod configuration;
mod error;
mod logging;
mod openapi;
mod routes;
mod state;