mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-07-02 18:00:03 +02:00
api: GitBlob consistent naming
This commit is contained in:
parent
402a85a9b6
commit
07e8684a61
6 changed files with 13 additions and 13 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
package structs
|
||||
|
||||
// GitBlobResponse represents a git blob
|
||||
type GitBlobResponse struct {
|
||||
// GitBlob represents a git blob
|
||||
type GitBlob struct {
|
||||
Content string `json:"content"`
|
||||
Encoding string `json:"encoding"`
|
||||
URL string `json:"url"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue