Initial Commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-27 21:42:59 +02:00
commit daf58bb4ca
30 changed files with 3040 additions and 0 deletions

7
pkg/domain/author.go Normal file
View File

@ -0,0 +1,7 @@
package domain
type Author struct {
Avatar string
Email string
Name string
}