Initial Commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-27 21:42:59 +02:00
commit daf58bb4ca
30 changed files with 3040 additions and 0 deletions

6
pkg/domain/yaml.go Normal file
View File

@ -0,0 +1,6 @@
package domain
type Yaml struct {
Signed bool
Verified bool
}