1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-09-01 04:14:15 -04:00
neonmodem/models/author/author.go

7 lines
65 B
Go
Raw Normal View History

2022-12-30 01:44:17 -05:00
package author
type Author struct {
ID string
Name string
}