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 GetAuthorsTable ¶
func GetContent ¶
func GetPostsTable ¶
func GetUserTable ¶
Types ¶
type LoginPage ¶ added in v0.0.5
type LoginPage struct { }
func (*LoginPage) GetAssetList ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.