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