mirror of https://sc.cryxtal.org/crystal/forgejo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
368 B
23 lines
368 B
# type Release struct {
|
|
# ID int64 `xorm:"pk autoincr"`
|
|
# Note string `xorm:"TEXT"`
|
|
# }
|
|
-
|
|
id: 1
|
|
note: |
|
|
-----BEGIN SSH SIGNATURE-----
|
|
some signature
|
|
-----END SSH SIGNATURE-----
|
|
|
|
-
|
|
id: 2
|
|
note: |
|
|
A message.
|
|
-----BEGIN SSH SIGNATURE-----
|
|
some signature
|
|
-----END SSH SIGNATURE-----
|
|
|
|
-
|
|
id: 3
|
|
note: "no signature present here"
|