MCPcopy Create free account
hub / github.com/cncf/gitvote / Issue

Class Issue

src/github.rs:595–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593
594#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
595pub(crate) struct Issue {
596 pub id: i64,
597 pub number: i64,
598 pub title: String,
599 pub body: Option<String>,
600 pub pull_request: Option<PullRequestInIssue>,
601}
602
603#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
604pub(crate) struct Repository {

Calls

no outgoing calls