1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-11-03 04:27:16 -05:00
neonmodem/models/forum/forum.go

7 lines
63 B
Go
Raw Normal View History

2022-12-30 23:57:03 -05:00
package forum
type Forum struct {
ID string
Name string
}