transactions

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2024 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 Router

type Router struct {
	// contains filtered or unexported fields
}

func NewRouter

func NewRouter(bc *bot.BotController) *Router

func (*Router) Hook

func (r *Router) Hook(g *gin.RouterGroup)

func (*Router) List

func (r *Router) List(c *gin.Context)

func (*Router) ListDeleteAll

func (r *Router) ListDeleteAll(c *gin.Context)

func (*Router) ListDeleteSingle

func (r *Router) ListDeleteSingle(c *gin.Context)

type Transaction

type Transaction struct {
	Id         int    `json:"id"`
	CreatedAt  string `json:"createdAt"`
	Booking    string `json:"booking"`
	IsArchived bool   `json:"isArchived"`
}

Jump to

Keyboard shortcuts

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