prep: rough format for requesting data for an indivual and committee
This commit is contained in:
parent
273c58d035
commit
fe5aa5b252
1 changed files with 11 additions and 1 deletions
|
@ -189,3 +189,13 @@ pub mod cns {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
Get and store the data on C&S committees
|
||||||
|
*/
|
||||||
|
pub mod committees {}
|
||||||
|
|
||||||
|
/**
|
||||||
|
get the data for an individual user
|
||||||
|
*/
|
||||||
|
pub mod individual {}
|
Loading…
Reference in a new issue