# Functions
BindData binds the data from the request to the struct passed in the interface.
GetBodyFields returns a slice of strings with the field names of the resource passed in.
GetURLFields checks which query parameters are set and which query parameters are set and can be used directly in a gorm query
queryFields contains all field names that can be used directly in a gorm Where statament as argument to specify the fields filtered on.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is needed because gin does not support form binding to uuid.UUID currently.