drone-email/pkg/domain/yaml.go
Markus Pesch daf58bb4ca
All checks were successful
continuous-integration/drone/push Build is passing
Initial Commit
2022-07-24 20:33:39 +02:00

7 lines
67 B
Go

package domain
type Yaml struct {
Signed bool
Verified bool
}