package dto type WebSiteGroupCreate struct { Name string } type WebSiteGroupUpdate struct { ID uint Name string }