drone-email/pkg/domain/author.go

8 lines
84 B
Go
Raw Normal View History

2022-06-27 19:42:59 +00:00
package domain
type Author struct {
Avatar string
Email string
Name string
}