controllers

package
v0.0.0-...-10dc086 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2020 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CuposPorDependenciaController

type CuposPorDependenciaController struct {
	beego.Controller
}

CuposPorDependenciaController operations for CuposPorDependencia

func (*CuposPorDependenciaController) Delete

func (c *CuposPorDependenciaController) Delete()

Delete ... @Title Delete @Description delete the CuposPorDependencia @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*CuposPorDependenciaController) GetAll

func (c *CuposPorDependenciaController) GetAll()

GetAll ... @Title Get All @Description get CuposPorDependencia @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.CuposPorDependencia @Failure 404 not found resource @router / [get]

func (*CuposPorDependenciaController) GetOne

func (c *CuposPorDependenciaController) GetOne()

GetOne ... @Title Get One @Description get CuposPorDependencia by id @Param id path string true "The key for staticblock" @Success 200 {object} models.CuposPorDependencia @Failure 404 not found resource @router /:id [get]

func (*CuposPorDependenciaController) Post

Post ... @Title Post @Description create CuposPorDependencia @Param body body models.CuposPorDependencia true "body for CuposPorDependencia content" @Success 201 {int} models.CuposPorDependencia @Failure 400 the request contains incorrect syntax @router / [post]

func (*CuposPorDependenciaController) Put

Put ... @Title Put @Description update the CuposPorDependencia @Param id path string true "The id you want to update" @Param body body models.CuposPorDependencia true "body for CuposPorDependencia content" @Success 200 {object} models.CuposPorDependencia @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*CuposPorDependenciaController) URLMapping

func (c *CuposPorDependenciaController) URLMapping()

URLMapping ...

type EntrevistaController

type EntrevistaController struct {
	beego.Controller
}

EntrevistaController operations for Entrevista

func (*EntrevistaController) Delete

func (c *EntrevistaController) Delete()

Delete ... @Title Delete @Description delete the Entrevista @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*EntrevistaController) GetAll

func (c *EntrevistaController) GetAll()

GetAll ... @Title Get All @Description get Entrevista @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Entrevista @Failure 404 not found resource @router / [get]

func (*EntrevistaController) GetOne

func (c *EntrevistaController) GetOne()

GetOne ... @Title Get One @Description get Entrevista by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Entrevista @Failure 404 not found resource @router /:id [get]

func (*EntrevistaController) Post

func (c *EntrevistaController) Post()

Post ... @Title Post @Description create Entrevista @Param body body models.Entrevista true "body for Entrevista content" @Success 201 {int} models.Entrevista @Failure 400 the request contains incorrect syntax @router / [post]

func (*EntrevistaController) Put

func (c *EntrevistaController) Put()

Put ... @Title Put @Description update the Entrevista @Param id path string true "The id you want to update" @Param body body models.Entrevista true "body for Entrevista content" @Success 200 {object} models.Entrevista @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*EntrevistaController) URLMapping

func (c *EntrevistaController) URLMapping()

URLMapping ...

type EntrevistadorController

type EntrevistadorController struct {
	beego.Controller
}

EntrevistadorController operations for Entrevistador

func (*EntrevistadorController) Delete

func (c *EntrevistadorController) Delete()

Delete ... @Title Delete @Description delete the Entrevistador @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*EntrevistadorController) GetAll

func (c *EntrevistadorController) GetAll()

GetAll ... @Title Get All @Description get Entrevistador @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Entrevistador @Failure 404 not found resource @router / [get]

func (*EntrevistadorController) GetOne

func (c *EntrevistadorController) GetOne()

GetOne ... @Title Get One @Description get Entrevistador by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Entrevistador @Failure 404 not found resource @router /:id [get]

func (*EntrevistadorController) Post

func (c *EntrevistadorController) Post()

Post ... @Title Post @Description create Entrevistador @Param body body models.Entrevistador true "body for Entrevistador content" @Success 201 {int} models.Entrevistador @Failure 400 the request contains incorrect syntax @router / [post]

func (*EntrevistadorController) Put

func (c *EntrevistadorController) Put()

Put ... @Title Put @Description update the Entrevistador @Param id path string true "The id you want to update" @Param body body models.Entrevistador true "body for Entrevistador content" @Success 200 {object} models.Entrevistador @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*EntrevistadorController) URLMapping

func (c *EntrevistadorController) URLMapping()

URLMapping ...

type EntrevistadorEntrevistaController

type EntrevistadorEntrevistaController struct {
	beego.Controller
}

EntrevistadorEntrevistaController operations for EntrevistadorEntrevista

func (*EntrevistadorEntrevistaController) Delete

Delete ... @Title Delete @Description delete the EntrevistadorEntrevista @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*EntrevistadorEntrevistaController) GetAll

GetAll ... @Title Get All @Description get EntrevistadorEntrevista @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.EntrevistadorEntrevista @Failure 404 not found resource @router / [get]

func (*EntrevistadorEntrevistaController) GetOne

GetOne ... @Title Get One @Description get EntrevistadorEntrevista by id @Param id path string true "The key for staticblock" @Success 200 {object} models.EntrevistadorEntrevista @Failure 404 not found resource @router /:id [get]

func (*EntrevistadorEntrevistaController) Post

Post ... @Title Post @Description create EntrevistadorEntrevista @Param body body models.EntrevistadorEntrevista true "body for EntrevistadorEntrevista content" @Success 201 {int} models.EntrevistadorEntrevista @Failure 400 the request contains incorrect syntax @router / [post]

func (*EntrevistadorEntrevistaController) Put

Put ... @Title Put @Description update the EntrevistadorEntrevista @Param id path string true "The id you want to update" @Param body body models.EntrevistadorEntrevista true "body for EntrevistadorEntrevista content" @Success 200 {object} models.EntrevistadorEntrevista @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*EntrevistadorEntrevistaController) URLMapping

func (c *EntrevistadorEntrevistaController) URLMapping()

URLMapping ...

type EstadoEntrevistaController

type EstadoEntrevistaController struct {
	beego.Controller
}

EstadoEntrevistaController operations for EstadoEntrevista

func (*EstadoEntrevistaController) Delete

func (c *EstadoEntrevistaController) Delete()

Delete ... @Title Delete @Description delete the EstadoEntrevista @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*EstadoEntrevistaController) GetAll

func (c *EstadoEntrevistaController) GetAll()

GetAll ... @Title Get All @Description get EstadoEntrevista @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.EstadoEntrevista @Failure 404 not found resource @router / [get]

func (*EstadoEntrevistaController) GetOne

func (c *EstadoEntrevistaController) GetOne()

GetOne ... @Title Get One @Description get EstadoEntrevista by id @Param id path string true "The key for staticblock" @Success 200 {object} models.EstadoEntrevista @Failure 404 not found resource @router /:id [get]

func (*EstadoEntrevistaController) Post

func (c *EstadoEntrevistaController) Post()

Post ... @Title Post @Description create EstadoEntrevista @Param body body models.EstadoEntrevista true "body for EstadoEntrevista content" @Success 201 {int} models.EstadoEntrevista @Failure 400 the request contains incorrect syntax @router / [post]

func (*EstadoEntrevistaController) Put

func (c *EstadoEntrevistaController) Put()

Put ... @Title Put @Description update the EstadoEntrevista @Param id path string true "The id you want to update" @Param body body models.EstadoEntrevista true "body for EstadoEntrevista content" @Success 200 {object} models.EstadoEntrevista @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*EstadoEntrevistaController) URLMapping

func (c *EstadoEntrevistaController) URLMapping()

URLMapping ...

type EvaluacionInscripcionController

type EvaluacionInscripcionController struct {
	beego.Controller
}

EvaluacionInscripcionController operations for EvaluacionInscripcion

func (*EvaluacionInscripcionController) Delete

func (c *EvaluacionInscripcionController) Delete()

Delete ... @Title Delete @Description delete the EvaluacionInscripcion @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*EvaluacionInscripcionController) GetAll

func (c *EvaluacionInscripcionController) GetAll()

GetAll ... @Title Get All @Description get EvaluacionInscripcion @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.EvaluacionInscripcion @Failure 404 not found resource @router / [get]

func (*EvaluacionInscripcionController) GetOne

func (c *EvaluacionInscripcionController) GetOne()

GetOne ... @Title Get One @Description get EvaluacionInscripcion by id @Param id path string true "The key for staticblock" @Success 200 {object} models.EvaluacionInscripcion @Failure 404 not found resource @router /:id [get]

func (*EvaluacionInscripcionController) Post

Post ... @Title Post @Description create EvaluacionInscripcion @Param body body models.EvaluacionInscripcion true "body for EvaluacionInscripcion content" @Success 201 {int} models.EvaluacionInscripcion @Failure 400 the request contains incorrect syntax @router / [post]

func (*EvaluacionInscripcionController) Put

Put ... @Title Put @Description update the EvaluacionInscripcion @Param id path string true "The id you want to update" @Param body body models.EvaluacionInscripcion true "body for EvaluacionInscripcion content" @Success 200 {object} models.EvaluacionInscripcion @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*EvaluacionInscripcionController) URLMapping

func (c *EvaluacionInscripcionController) URLMapping()

URLMapping ...

type RequisitoController

type RequisitoController struct {
	beego.Controller
}

RequisitoController operations for Requisito

func (*RequisitoController) Delete

func (c *RequisitoController) Delete()

Delete ... @Title Delete @Description delete the Requisito @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*RequisitoController) GetAll

func (c *RequisitoController) GetAll()

GetAll ... @Title Get All @Description get Requisito @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Requisito @Failure 404 not found resource @router / [get]

func (*RequisitoController) GetOne

func (c *RequisitoController) GetOne()

GetOne ... @Title Get One @Description get Requisito by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Requisito @Failure 404 not found resource @router /:id [get]

func (*RequisitoController) Post

func (c *RequisitoController) Post()

Post ... @Title Post @Description create Requisito @Param body body models.Requisito true "body for Requisito content" @Success 201 {int} models.Requisito @Failure 400 the request contains incorrect syntax @router / [post]

func (*RequisitoController) Put

func (c *RequisitoController) Put()

Put ... @Title Put @Description update the Requisito @Param id path string true "The id you want to update" @Param body body models.Requisito true "body for Requisito content" @Success 200 {object} models.Requisito @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*RequisitoController) URLMapping

func (c *RequisitoController) URLMapping()

URLMapping ...

type RequisitoProgramAcademicoController

type RequisitoProgramAcademicoController struct {
	beego.Controller
}

RequisitoProgramAcademicoController operations for RequisitoProgramaAcademico

func (*RequisitoProgramAcademicoController) Delete

Delete ... @Title Delete @Description delete the RequisitoProgramaAcademico @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*RequisitoProgramAcademicoController) GetAll

GetAll ... @Title Get All @Description get RequisitoProgramaAcademico @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.RequisitoProgramaAcademico @Failure 404 not found resource @router / [get]

func (*RequisitoProgramAcademicoController) GetOne

GetOne ... @Title Get One @Description get RequisitoProgramaAcademico by id @Param id path string true "The key for staticblock" @Success 200 {object} models.RequisitoProgramaAcademico @Failure 404 not found resource @router /:id [get]

func (*RequisitoProgramAcademicoController) Post

Post ... @Title Post @Description create RequisitoProgramaAcademico @Param body body models.RequisitoProgramaAcademico true "body for RequisitoProgramaAcademico content" @Success 201 {int} models.RequisitoProgramaAcademico @Failure 400 the request contains incorrect syntax @router / [post]

func (*RequisitoProgramAcademicoController) Put

Put ... @Title Put @Description update the RequisitoProgramaAcademico @Param id path string true "The id you want to update" @Param body body models.RequisitoProgramaAcademico true "body for RequisitoProgramaAcademico content" @Success 200 {object} models.RequisitoProgramaAcademico @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*RequisitoProgramAcademicoController) URLMapping

func (c *RequisitoProgramAcademicoController) URLMapping()

URLMapping ...

type TipoEntrevistaController

type TipoEntrevistaController struct {
	beego.Controller
}

TipoEntrevistaController operations for TipoEntrevista

func (*TipoEntrevistaController) Delete

func (c *TipoEntrevistaController) Delete()

Delete ... @Title Delete @Description delete the TipoEntrevista @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*TipoEntrevistaController) GetAll

func (c *TipoEntrevistaController) GetAll()

GetAll ... @Title Get All @Description get TipoEntrevista @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.TipoEntrevista @Failure 404 not found resource @router / [get]

func (*TipoEntrevistaController) GetOne

func (c *TipoEntrevistaController) GetOne()

GetOne ... @Title Get One @Description get TipoEntrevista by id @Param id path string true "The key for staticblock" @Success 200 {object} models.TipoEntrevista @Failure 404 not found resource @router /:id [get]

func (*TipoEntrevistaController) Post

func (c *TipoEntrevistaController) Post()

Post ... @Title Post @Description create TipoEntrevista @Param body body models.TipoEntrevista true "body for TipoEntrevista content" @Success 201 {int} models.TipoEntrevista @Failure 400 the request contains incorrect syntax @router / [post]

func (*TipoEntrevistaController) Put

func (c *TipoEntrevistaController) Put()

Put ... @Title Put @Description update the TipoEntrevista @Param id path string true "The id you want to update" @Param body body models.TipoEntrevista true "body for TipoEntrevista content" @Success 200 {object} models.TipoEntrevista @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*TipoEntrevistaController) URLMapping

func (c *TipoEntrevistaController) URLMapping()

URLMapping ...

Jump to

Keyboard shortcuts

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