package
Version:
v0.10.0-alpha4
Opens a new window with list of versions in this module.
Published: Nov 8, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NewTableView struct {
View types.JSONText `json:"view" db:"view"`
Page string `json:"page" db:"page"`
}
type TableView struct {
Id int `json:"id" db:"id"`
View types.JSONText `json:"view" db:"view"`
}
type TableViewOrder struct {
Id int `json:"id" db:"id"`
ViewOrder int `json:"view_order" db:"view_order"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.