Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
core.Controller
}
type OperationType ¶
type OperationType struct {
core.Controller
}
func (*OperationType) Destroy ¶
func (a *OperationType) Destroy(c *gin.Context)
func (*OperationType) Index ¶
func (a *OperationType) Index(c *gin.Context)
func (*OperationType) Show ¶
func (a *OperationType) Show(c *gin.Context)
func (*OperationType) Store ¶
func (a *OperationType) Store(c *gin.Context)
func (*OperationType) Update ¶
func (a *OperationType) Update(c *gin.Context)
type Transaction ¶
type Transaction struct {
core.Controller
}
func (*Transaction) Destroy ¶
func (a *Transaction) Destroy(c *gin.Context)
func (*Transaction) Index ¶
func (a *Transaction) Index(c *gin.Context)
func (*Transaction) Show ¶
func (a *Transaction) Show(c *gin.Context)
func (*Transaction) Store ¶
func (a *Transaction) Store(c *gin.Context)
func (*Transaction) Update ¶
func (a *Transaction) Update(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.