Skip to content

Commit

Permalink
docs: Add link to Content::decoded_content (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
beyarkay authored Jan 15, 2024
1 parent 69c7869 commit 2ca1010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/models/repos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ pub struct Content {
pub path: String,
pub sha: String,
pub encoding: Option<String>,
/// File content, Base64 encoded
/// File content, Base64 encoded. See also
/// [Content::decoded_content].
pub content: Option<String>,
pub size: i64,
pub url: String,
Expand Down

0 comments on commit 2ca1010

Please sign in to comment.