drone-email/pkg/domain/yaml.go

7 lines
67 B
Go
Raw Normal View History

2022-06-27 19:42:59 +00:00
package domain
type Yaml struct {
Signed bool
Verified bool
}