package structs type LogBody struct { Type string Logs []string } // /log/grouptasks?d=2021-08-01&f=i type GetLogParams struct { Type string } type GetLogQuery struct { D string // date F string // filter }