From fe5aa5b2526f719e8940b9c5ba0eb8c229160eed Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 28 Oct 2024 01:34:23 +0000 Subject: [PATCH] prep: rough format for requesting data for an indivual and committee --- src/common/wolves.rs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/common/wolves.rs b/src/common/wolves.rs index 71f30c0..766ee92 100644 --- a/src/common/wolves.rs +++ b/src/common/wolves.rs @@ -188,4 +188,14 @@ pub mod cns { } } } -} \ No newline at end of file +} + +/** + Get and store the data on C&S committees +*/ +pub mod committees {} + +/** +get the data for an individual user +*/ +pub mod individual {} \ No newline at end of file