Initial commit with Claude created service skeleton
This commit is contained in:
commit
09e538872d
13 changed files with 848 additions and 0 deletions
7
src/votes/dto.rs
Normal file
7
src/votes/dto.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub struct CreateVoteRequest {}
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub struct VoteResponse {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue