mirror of
https://github.com/mrusme/neonmodem.git
synced 2025-01-03 14:56:41 -05: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