first-commit
This commit is contained in:
10
modules/structs/repo_note.go
Normal file
10
modules/structs/repo_note.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2021 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package structs
|
||||
|
||||
// Note contains information related to a git note
|
||||
type Note struct {
|
||||
Message string `json:"message"`
|
||||
Commit *Commit `json:"commit"`
|
||||
}
|
Reference in New Issue
Block a user