Merge pull request 'make CreateIssueCommentOption and EditIssueCommentOption fields pub' (#18) from pub_fields into main
				
					
				
			Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/18
This commit is contained in:
		
						commit
						cdb15605f6
					
				
					 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