2022-07-24 20:33:39 +02:00

8 lines
84 B
Go

package domain
type Author struct {
Avatar string
Email string
Name string
}