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

Class AddUser

src/models/rpc.rs:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Debug, Serialize, Deserialize, PartialEq)]
14pub struct AddUser {
15 username: String,
16 api_expiry_time: Option<String>,
17 api_quota: Option<i32>,
18 first_name: String,
19 last_name: String,
20 email: String,
21 roles: Option<Vec<String>>,
22}
23
24#[derive(Debug, Serialize, Deserialize, PartialEq)]
25pub struct VectorANN {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected