MCPcopy Create free account
hub / github.com/cachix/cloud.devenv.sh / GithubInstallation

Class GithubInstallation

backend/src/github/model.rs:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#[derive(Queryable, Selectable, Identifiable, Insertable, AsChangeset)]
25#[diesel(table_name = github_installation)]
26pub struct GithubInstallation {
27 pub id: i64,
28 pub owner_id: i64,
29 pub disabled: bool,
30}
31
32#[derive(Queryable, Selectable, Identifiable, Insertable, AsChangeset)]
33#[diesel(table_name = github_owner)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected