Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Generators = map[string]table.Generator{ "posts": GetPostsTable, "authors": GetAuthorsTable, }
The key of Generators is the prefix of table info url. The corresponding value is the Form and Table data.
http://{{config.Domain}}:{{Port}}/{{config.Prefix}}/info/{{key}}
example:
"posts" => http://localhost:9033/admin/info/posts "authors" => http://localhost:9033/admin/info/authors
Functions ¶
func GetAllTypesTable ¶ added in v1.0.0
func GetAuthorsTable ¶
func GetContent ¶
func GetPostsTable ¶
func GetUserTable ¶
Types ¶
type LoginPage ¶ added in v1.0.0
type LoginPage struct {
}
func (*LoginPage) GetAssetList ¶ added in v1.0.0
Click to show internal directories.
Click to hide internal directories.