# Functions

AddCars adds the 'Cars' relationship for provided input 'models'.
AddSons adds the 'Sons' relationship for provided input 'models'.
ClearCarsRelation clears the 'Cars' relationship for provided models.
ClearExternalRelation clears the 'External' relationship for provided models.
ClearFavoriteCarRelation clears the 'FavoriteCar' relationship for provided models.
ClearSisterRelation clears the 'Sister' relationship for provided models.
ClearSonsRelation clears the 'Sons' relationship for provided models.
Delete deletes tests.User models in database.
FromModels converts the input mapping.Model into []*tests.User.
GetCars gets the 'Cars' relationship for provided input 'model'.
GetExternal gets the 'External' relationship for provided input 'model'.
GetFavoriteCar gets the 'FavoriteCar' relationship for provided input 'model'.
GetSister gets the 'Sister' relationship for provided input 'model'.
GetSons gets the 'Sons' relationship for provided input 'model'.
Insert inserts tests.User into database.
Query creates the query for the tests.User.
QueryCtx creates the query for the tests.User with provided 'ctx' context.
Refresh creates the query for the tests.User with provided 'ctx' context.
SetCars sets the 'Cars' relationship for provided input 'models'.
SetExternal sets the 'External' relationship for provided input 'models'.
SetFavoriteCar sets the 'FavoriteCar' relationship for provided input 'models'.
SetSister sets the 'Sister' relationship for provided input 'models'.
SetSons sets the 'Sons' relationship for provided input 'models'.
ToModels converts the input slice of tests.User into []mapping.Model.
Update updates tests.User models into database.