MCPcopy Create free account
hub / github.com/cosdata/cosdata / AddUserResp

Class AddUserResp

src/models/user.rs:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Hash)]
11pub struct AddUserResp {
12 pub aur_user: User,
13 pub aur_password: String,
14}
15
16#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Hash)]
17pub struct User {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected