make CreateIssueCommentOption
and EditIssueCommentOption
fields pub
This commit is contained in:
parent
80d04a2621
commit
39707c0054
|
@ -338,10 +338,10 @@ pub struct EditIssueOption {
|
||||||
|
|
||||||
#[derive(serde::Serialize, Debug, PartialEq, Default)]
|
#[derive(serde::Serialize, Debug, PartialEq, Default)]
|
||||||
pub struct CreateIssueCommentOption {
|
pub struct CreateIssueCommentOption {
|
||||||
body: String,
|
pub body: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(serde::Serialize, Debug, PartialEq, Default)]
|
#[derive(serde::Serialize, Debug, PartialEq, Default)]
|
||||||
pub struct EditIssueCommentOption {
|
pub struct EditIssueCommentOption {
|
||||||
body: String,
|
pub body: String,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue