Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var AgeControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ searchAgeController, createAgeController, deleteAgeController, updateAgeController, }, }
AgeControllerGroup is a collection of handler functions for managing ages in DAS
var CityControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ createCityController, deleteCityController, updateCityController, searchCityController, }, }
CityControllerGroup is a collection of handler functions for managing cities in DAS
var CountryControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ searchCountryController, createCountryController, deleteCountryController, updateCountryController, }, }
CountryControllerGroup is a collection of handler functions for managing countries in DAS
var DanceControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ searchDanceController, createDanceController, deleteDanceController, updateDanceController, }, }
DanceControllerGroup is a collection of handler functions for managing dances in DAS
var DivisionControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ searchDivisionController, createDivisionController, deleteDivisionController, updateDivisionController, }, }
DivisionControllerGroup is a collection of handler functions for managing divisions in DAS
var FederationControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ searchFederationController, createFederationController, deleteFederationController, updateFederationController, }, }
FederationControllerGroup is a collection of handler functions for managing federations in DAS
var ProficiencyControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ searchProficiencyController, createProficiencyController, deleteProficiencyController, updateProficiencyController, }, }
ProficiencyControllerGroup is a collection of handler functions for managing proficiencies in DAS
var SchoolControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ searchSchoolController, createSchoolController, deleteSchoolController, updateSchoolController, }, }
SchoolControllerGroup is a collection of handler functions for managing schools in DAS
var StateControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ createStateController, deleteStateController, updateStateController, searchStateController, }, }
StateControllerGroup is a collection of handler functions for managing states in DAS
var StudioControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ searchStudioController, createStudioController, deleteStudioController, updateStudioController, }, }
StudioControllerGroup is a collection of handler functions for managing dance studios in DAS
var StyleControllerGroup = util.DasControllerGroup{ Controllers: []util.DasController{ searchStyleController, createStyleController, deleteStyleController, updateStyleController, }, }
StyleControllerGroup is a collection of handler functions for managing dance styles in DAS
Functions ¶
This section is empty.
Types ¶
This section is empty.