reference

package
v0.0.0-...-b16b3cf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AgeControllerGroup = util.DasControllerGroup{
	Controllers: []util.DasController{
		searchAgeController,
		createAgeController,
		deleteAgeController,
		updateAgeController,
	},
}

AgeControllerGroup is a collection of handler functions for managing ages in DAS

View Source
var CityControllerGroup = util.DasControllerGroup{
	Controllers: []util.DasController{
		createCityController,
		deleteCityController,
		updateCityController,
		searchCityController,
	},
}

CityControllerGroup is a collection of handler functions for managing cities in DAS

View Source
var CountryControllerGroup = util.DasControllerGroup{
	Controllers: []util.DasController{
		searchCountryController,
		createCountryController,
		deleteCountryController,
		updateCountryController,
	},
}

CountryControllerGroup is a collection of handler functions for managing countries in DAS

View Source
var DanceControllerGroup = util.DasControllerGroup{
	Controllers: []util.DasController{
		searchDanceController,
		createDanceController,
		deleteDanceController,
		updateDanceController,
	},
}

DanceControllerGroup is a collection of handler functions for managing dances in DAS

View Source
var DivisionControllerGroup = util.DasControllerGroup{
	Controllers: []util.DasController{
		searchDivisionController,
		createDivisionController,
		deleteDivisionController,
		updateDivisionController,
	},
}

DivisionControllerGroup is a collection of handler functions for managing divisions in DAS

View Source
var FederationControllerGroup = util.DasControllerGroup{
	Controllers: []util.DasController{
		searchFederationController,
		createFederationController,
		deleteFederationController,
		updateFederationController,
	},
}

FederationControllerGroup is a collection of handler functions for managing federations in DAS

View Source
var ProficiencyControllerGroup = util.DasControllerGroup{
	Controllers: []util.DasController{
		searchProficiencyController,
		createProficiencyController,
		deleteProficiencyController,
		updateProficiencyController,
	},
}

ProficiencyControllerGroup is a collection of handler functions for managing proficiencies in DAS

View Source
var SchoolControllerGroup = util.DasControllerGroup{
	Controllers: []util.DasController{
		searchSchoolController,
		createSchoolController,
		deleteSchoolController,
		updateSchoolController,
	},
}

SchoolControllerGroup is a collection of handler functions for managing schools in DAS

View Source
var StateControllerGroup = util.DasControllerGroup{
	Controllers: []util.DasController{
		createStateController,
		deleteStateController,
		updateStateController,
		searchStateController,
	},
}

StateControllerGroup is a collection of handler functions for managing states in DAS

View Source
var StudioControllerGroup = util.DasControllerGroup{
	Controllers: []util.DasController{
		searchStudioController,
		createStudioController,
		deleteStudioController,
		updateStudioController,
	},
}

StudioControllerGroup is a collection of handler functions for managing dance studios in DAS

View Source
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL