Interactive/pkg/internal/models/realms.go

10 lines
138 B
Go
Raw Normal View History

2024-02-02 15:42:42 +00:00
package models
import "git.solsynth.dev/hydrogen/dealer/pkg/hyper"
2024-02-02 15:42:42 +00:00
type Realm struct {
hyper.BaseRealm
2024-02-02 15:42:42 +00:00
Posts []Post `json:"posts"`
2024-02-02 15:42:42 +00:00
}