mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
6 lines
107 B
Go
6 lines
107 B
Go
package dbmodels
|
|
|
|
type FieldMetaData struct {
|
|
MetaData MetaData `json:",omitempty" db:"edit_fielddata"`
|
|
}
|