Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Generators = map[string]models.TableGenerator{ "user": GetUserTable, "posts": GetPostsTable, "authors": GetAuthorsTable, }
The key of Generators is the prefix of table info url. The corresponding value is the Form and Table data.
Functions ¶
func GetAuthorsTable ¶
func GetContent ¶
func GetPostsTable ¶
func GetUserTable ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.