controllers

package
v0.0.0-...-c87c14e Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EstadoReciboController

type EstadoReciboController struct {
	beego.Controller
}

EstadoReciboController operations for EstadoRecibo

func (*EstadoReciboController) Delete

func (c *EstadoReciboController) Delete()

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

func (c *EstadoReciboController) GetAll()

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

func (*EstadoReciboController) GetOne

func (c *EstadoReciboController) GetOne()

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

func (*EstadoReciboController) Post

func (c *EstadoReciboController) Post()

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

func (*EstadoReciboController) Put

func (c *EstadoReciboController) Put()

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

func (*EstadoReciboController) URLMapping

func (c *EstadoReciboController) URLMapping()

URLMapping ...

type PagoReciboController

type PagoReciboController struct {
	beego.Controller
}

PagoReciboController operations for PagoRecibo

func (*PagoReciboController) Delete

func (c *PagoReciboController) Delete()

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

func (c *PagoReciboController) GetAll()

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

func (*PagoReciboController) GetOne

func (c *PagoReciboController) GetOne()

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

func (*PagoReciboController) Post

func (c *PagoReciboController) Post()

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

func (*PagoReciboController) Put

func (c *PagoReciboController) Put()

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

func (*PagoReciboController) URLMapping

func (c *PagoReciboController) URLMapping()

URLMapping ...

type ReciboController

type ReciboController struct {
	beego.Controller
}

ReciboController operations for Recibo

func (*ReciboController) Delete

func (c *ReciboController) Delete()

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

func (c *ReciboController) GetAll()

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

func (*ReciboController) GetOne

func (c *ReciboController) GetOne()

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

func (*ReciboController) Post

func (c *ReciboController) Post()

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

func (*ReciboController) Put

func (c *ReciboController) Put()

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

func (*ReciboController) URLMapping

func (c *ReciboController) URLMapping()

URLMapping ...

type TipoPagoController

type TipoPagoController struct {
	beego.Controller
}

TipoPagoController operations for TipoPago

func (*TipoPagoController) Delete

func (c *TipoPagoController) Delete()

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

func (c *TipoPagoController) GetAll()

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

func (*TipoPagoController) GetOne

func (c *TipoPagoController) GetOne()

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

func (*TipoPagoController) Post

func (c *TipoPagoController) Post()

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

func (*TipoPagoController) Put

func (c *TipoPagoController) Put()

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

func (*TipoPagoController) URLMapping

func (c *TipoPagoController) URLMapping()

URLMapping ...

type TipoReciboController

type TipoReciboController struct {
	beego.Controller
}

TipoReciboController operations for TipoRecibo

func (*TipoReciboController) Delete

func (c *TipoReciboController) Delete()

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

func (c *TipoReciboController) GetAll()

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

func (*TipoReciboController) GetOne

func (c *TipoReciboController) GetOne()

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

func (*TipoReciboController) Post

func (c *TipoReciboController) Post()

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

func (*TipoReciboController) Put

func (c *TipoReciboController) Put()

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

func (*TipoReciboController) URLMapping

func (c *TipoReciboController) URLMapping()

URLMapping ...

Jump to

Keyboard shortcuts

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