You've already forked drone-email
This commit is contained in:
7
pkg/domain/author.go
Normal file
7
pkg/domain/author.go
Normal file
@ -0,0 +1,7 @@
|
||||
package domain
|
||||
|
||||
type Author struct {
|
||||
Avatar string
|
||||
Email string
|
||||
Name string
|
||||
}
|
Reference in New Issue
Block a user