We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731b9be commit da590eeCopy full SHA for da590ee
verification.go
@@ -0,0 +1,14 @@
1
+// Copyright 2015 The Gogs Authors. All rights reserved.
2
+// Use of this source code is governed by a MIT-style
3
+// license that can be found in the LICENSE file.
4
+
5
+package git
6
7
+// Verification represents the PGP payload information of a signed commit.
8
+type Verification struct {
9
+ Verified bool
10
+ Reason string
11
+ Signature string
12
+ Payload string
13
+}
14
0 commit comments