package domain type KnotenE struct { Id uint `json:"id"` Fachbereich string `json:"fachbereich"` Anzahl int `json:"anzahl"` Tag string `json:"tag"` }