mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
11
modules/structs/repo_note.go
Normal file
11
modules/structs/repo_note.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2021 The Gitea Authors. All rights reserved.
|
||||
// Use of this source code is governed by a MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
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