package controls type SubjectIDName struct { ID string `json:"subjectId"` Name string `json:"name"` } type IDName struct { ID string `json:"id"` Name string `json:"name"` }