mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-28 16:55:32 +00:00
6 lines
80 B
Go
6 lines
80 B
Go
package dbmodels
|
|
|
|
type MetaData struct {
|
|
Conjecture bool `json:"conjecture"`
|
|
}
|