controllers

package
v0.0.0-...-b5fcac9 Latest Latest
Warning

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

Go to latest
Published: May 12, 2021 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 AsignacionAtencionMedicaController

type AsignacionAtencionMedicaController struct {
	beego.Controller
}

AsignacionAtencionMedicaController operations for AsignacionAtencionMedica

func (*AsignacionAtencionMedicaController) Delete

Delete ... @Title Delete @Description delete the AsignacionAtencionMedica @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 (*AsignacionAtencionMedicaController) GetAll

GetAll ... @Title Get All @Description get AsignacionAtencionMedica @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.AsignacionAtencionMedica @Failure 404 not found resource @router / [get]

func (*AsignacionAtencionMedicaController) GetOne

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

func (*AsignacionAtencionMedicaController) Post

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

func (*AsignacionAtencionMedicaController) Put

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

func (*AsignacionAtencionMedicaController) URLMapping

func (c *AsignacionAtencionMedicaController) URLMapping()

URLMapping ...

type AsignacionSolicitudController

type AsignacionSolicitudController struct {
	beego.Controller
}

AsignacionSolicitudController operations for AsignacionSolicitud

func (*AsignacionSolicitudController) Delete

func (c *AsignacionSolicitudController) Delete()

Delete ... @Title Delete @Description delete the AsignacionSolicitud @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 (*AsignacionSolicitudController) GetAll

func (c *AsignacionSolicitudController) GetAll()

GetAll ... @Title Get All @Description get AsignacionSolicitud @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.AsignacionSolicitud @Failure 404 not found resource @router / [get]

func (*AsignacionSolicitudController) GetOne

func (c *AsignacionSolicitudController) GetOne()

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

func (*AsignacionSolicitudController) Post

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

func (*AsignacionSolicitudController) Put

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

func (*AsignacionSolicitudController) URLMapping

func (c *AsignacionSolicitudController) URLMapping()

URLMapping ...

type DatoSolicitudController

type DatoSolicitudController struct {
	beego.Controller
}

DatoSolicitudController operations for DatoSolicitud

func (*DatoSolicitudController) Delete

func (c *DatoSolicitudController) Delete()

Delete ... @Title Delete @Description delete the DatoSolicitud @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 (*DatoSolicitudController) GetAll

func (c *DatoSolicitudController) GetAll()

GetAll ... @Title Get All @Description get DatoSolicitud @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.DatoSolicitud @Failure 404 not found resource @router / [get]

func (*DatoSolicitudController) GetOne

func (c *DatoSolicitudController) GetOne()

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

func (*DatoSolicitudController) Post

func (c *DatoSolicitudController) Post()

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

func (*DatoSolicitudController) Put

func (c *DatoSolicitudController) Put()

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

func (*DatoSolicitudController) URLMapping

func (c *DatoSolicitudController) URLMapping()

URLMapping ...

type MotivoAvalController

type MotivoAvalController struct {
	beego.Controller
}

MotivoAvalController operations for MotivoAval

func (*MotivoAvalController) Delete

func (c *MotivoAvalController) Delete()

Delete ... @Title Delete @Description delete the MotivoAval @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 (*MotivoAvalController) GetAll

func (c *MotivoAvalController) GetAll()

GetAll ... @Title Get All @Description get MotivoAval @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.MotivoAval @Failure 404 not found resource @router / [get]

func (*MotivoAvalController) GetOne

func (c *MotivoAvalController) GetOne()

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

func (*MotivoAvalController) Post

func (c *MotivoAvalController) Post()

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

func (*MotivoAvalController) Put

func (c *MotivoAvalController) Put()

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

func (*MotivoAvalController) URLMapping

func (c *MotivoAvalController) URLMapping()

URLMapping ...

type PersonaController

type PersonaController struct {
	beego.Controller
}

PersonaController operations for Persona

func (*PersonaController) Delete

func (c *PersonaController) Delete()

Delete ... @Title Delete @Description delete the Persona @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 (*PersonaController) GetAll

func (c *PersonaController) GetAll()

GetAll ... @Title Get All @Description get Persona @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.Persona @Failure 404 not found resource @router / [get]

func (*PersonaController) GetOne

func (c *PersonaController) GetOne()

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

func (*PersonaController) Post

func (c *PersonaController) Post()

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

func (*PersonaController) Put

func (c *PersonaController) Put()

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

func (*PersonaController) URLMapping

func (c *PersonaController) URLMapping()

URLMapping ...

type SolicitudServicioController

type SolicitudServicioController struct {
	beego.Controller
}

SolicitudServicioController operations for SolicitudServicio

func (*SolicitudServicioController) Delete

func (c *SolicitudServicioController) Delete()

Delete ... @Title Delete @Description delete the SolicitudServicio @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 (*SolicitudServicioController) GetAll

func (c *SolicitudServicioController) GetAll()

GetAll ... @Title Get All @Description get SolicitudServicio @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.SolicitudServicio @Failure 404 not found resource @router / [get]

func (*SolicitudServicioController) GetOne

func (c *SolicitudServicioController) GetOne()

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

func (*SolicitudServicioController) Post

func (c *SolicitudServicioController) Post()

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

func (*SolicitudServicioController) Put

func (c *SolicitudServicioController) Put()

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

func (*SolicitudServicioController) URLMapping

func (c *SolicitudServicioController) URLMapping()

URLMapping ...

type SoporteAvalController

type SoporteAvalController struct {
	beego.Controller
}

SoporteAvalController operations for SoporteAval

func (*SoporteAvalController) Delete

func (c *SoporteAvalController) Delete()

Delete ... @Title Delete @Description delete the SoporteAval @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 (*SoporteAvalController) GetAll

func (c *SoporteAvalController) GetAll()

GetAll ... @Title Get All @Description get SoporteAval @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.SoporteAval @Failure 404 not found resource @router / [get]

func (*SoporteAvalController) GetOne

func (c *SoporteAvalController) GetOne()

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

func (*SoporteAvalController) Post

func (c *SoporteAvalController) Post()

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

func (*SoporteAvalController) Put

func (c *SoporteAvalController) Put()

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

func (*SoporteAvalController) URLMapping

func (c *SoporteAvalController) URLMapping()

URLMapping ...

type SubtipoServicioController

type SubtipoServicioController struct {
	beego.Controller
}

SubtipoServicioController operations for SubtipoServicio

func (*SubtipoServicioController) Delete

func (c *SubtipoServicioController) Delete()

Delete ... @Title Delete @Description delete the SubtipoServicio @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 (*SubtipoServicioController) GetAll

func (c *SubtipoServicioController) GetAll()

GetAll ... @Title Get All @Description get SubtipoServicio @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.SubtipoServicio @Failure 404 not found resource @router / [get]

func (*SubtipoServicioController) GetOne

func (c *SubtipoServicioController) GetOne()

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

func (*SubtipoServicioController) Post

func (c *SubtipoServicioController) Post()

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

func (*SubtipoServicioController) Put

func (c *SubtipoServicioController) Put()

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

func (*SubtipoServicioController) URLMapping

func (c *SubtipoServicioController) URLMapping()

URLMapping ...

type TipoAtencionController

type TipoAtencionController struct {
	beego.Controller
}

TipoAtencionController operations for TipoAtencion

func (*TipoAtencionController) Delete

func (c *TipoAtencionController) Delete()

Delete ... @Title Delete @Description delete the TipoAtencion @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 (*TipoAtencionController) GetAll

func (c *TipoAtencionController) GetAll()

GetAll ... @Title Get All @Description get TipoAtencion @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.TipoAtencion @Failure 404 not found resource @router / [get]

func (*TipoAtencionController) GetOne

func (c *TipoAtencionController) GetOne()

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

func (*TipoAtencionController) Post

func (c *TipoAtencionController) Post()

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

func (*TipoAtencionController) Put

func (c *TipoAtencionController) Put()

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

func (*TipoAtencionController) URLMapping

func (c *TipoAtencionController) URLMapping()

URLMapping ...

type TipoServicioController

type TipoServicioController struct {
	beego.Controller
}

TipoServicioController operations for TipoServicio

func (*TipoServicioController) Delete

func (c *TipoServicioController) Delete()

Delete ... @Title Delete @Description delete the TipoServicio @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 (*TipoServicioController) GetAll

func (c *TipoServicioController) GetAll()

GetAll ... @Title Get All @Description get TipoServicio @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.TipoServicio @Failure 404 not found resource @router / [get]

func (*TipoServicioController) GetOne

func (c *TipoServicioController) GetOne()

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

func (*TipoServicioController) Post

func (c *TipoServicioController) Post()

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

func (*TipoServicioController) Put

func (c *TipoServicioController) Put()

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

func (*TipoServicioController) URLMapping

func (c *TipoServicioController) URLMapping()

URLMapping ...

Jump to

Keyboard shortcuts

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