views

package
v0.8.15 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterTableViewRoutes

func RegisterTableViewRoutes(r *gin.RouterGroup, db *sqlx.DB)

Types

type NewTableView

type NewTableView struct {
	View types.JSONText `json:"view" db:"view"`
}

type TableView

type TableView struct {
	Id   int            `json:"id" db:"id"`
	View types.JSONText `json:"view" db:"view"`
}

type TableViewOrder

type TableViewOrder struct {
	Id        int `json:"id" db:"id"`
	ViewOrder int `json:"view_order" db:"view_order"`
}

Jump to

Keyboard shortcuts

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