mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-09-15 04:28:07 -04:00
Implemented Author model
This commit is contained in:
parent
3e83345758
commit
9827a4af86
6
models/author/author.go
Normal file
6
models/author/author.go
Normal file
@ -0,0 +1,6 @@
|
||||
package author
|
||||
|
||||
type Author struct {
|
||||
ID string
|
||||
Name string
|
||||
}
|
Loading…
Reference in New Issue
Block a user