Documentation ¶
Index ¶
- type PlanEstudiosController
- func (c *PlanEstudiosController) GetPlanPorDependenciaVinculacionTercero()
- func (c *PlanEstudiosController) GetStudyPlanVisualization()
- func (c *PlanEstudiosController) PostBaseStudyPlan()
- func (c *PlanEstudiosController) PostGenerarDocumentoPlanEstudio()
- func (c *PlanEstudiosController) URLMapping()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlanEstudiosController ¶
type PlanEstudiosController struct {
beego.Controller
}
PlanEstudiosController operations for Plan_estudios
func (*PlanEstudiosController) GetPlanPorDependenciaVinculacionTercero ¶
func (c *PlanEstudiosController) GetPlanPorDependenciaVinculacionTercero()
GetPlanPorDependenciaVinculacionTercero ... @Title GetPlanPorDependenciaVinculacionTercero @Description get plan de estudio por DependenciaId de vinculación de tercero, verificando cargo @Param body body {} true "body Datos del plan de estudio content" @Success 200 {} @Failure 400 body is empty @router /dependencias-vinculacion-terceros/:tercero_id [get]
func (*PlanEstudiosController) GetStudyPlanVisualization ¶
func (c *PlanEstudiosController) GetStudyPlanVisualization()
GetStudyPlanVisualization ... @Title GetStudyPlanVisualization @Description get study plan data to the visualization @Param id_plan path int true "Id del plan de estudio" @Success 200 {} @Failure 404 not found resource @router /:plan_id/estructura-visualizacion [get]
func (*PlanEstudiosController) PostBaseStudyPlan ¶
func (c *PlanEstudiosController) PostBaseStudyPlan()
PostBaseStudyPlan ... @Title PostBaseStudyPlan @Description create study plan @Param body body {} true "body for Plan_estudios content" @Success 201 {} @Failure 403 body is empty @router / [post]
func (*PlanEstudiosController) PostGenerarDocumentoPlanEstudio ¶
func (c *PlanEstudiosController) PostGenerarDocumentoPlanEstudio()
PostGenerarDocumentoPlanEstudio ... @Title PostGenerarDocumentoPlanEstudio @Description Genera un documento PDF del plan de estudio @Param body body {} true "body Datos del plan de estudio content" @Success 200 {} @Failure 400 body is empty @router /generador-documentos-malla [post]
func (*PlanEstudiosController) URLMapping ¶
func (c *PlanEstudiosController) URLMapping()
URLMapping ...