datamodel

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2019 License: Apache-2.0 Imports: 16 Imported by: 74

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Generators = map[string]table.Generator{
	"posts":   GetPostsTable,
	"authors": GetAuthorsTable,
}

generators is a map of table models.

The key of generators is the prefix of table info url. The corresponding value is the Form and TableName 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 GetAllTypesTable() table.Table

GetAllTypesTable return the model of table types.

func GetAuthorsTable

func GetAuthorsTable() (authorsTable table.Table)

GetAuthorsTable return the model of table author.

func GetContent

func GetContent() (types.Panel, error)

GetContent return the content of index page.

func GetPostsTable

func GetPostsTable() (postsTable table.Table)

GetPostsTable return the model of table posts.

func GetUserTable

func GetUserTable() (userTable table.Table)

GetUserTable return the model of table user.

Types

This section is empty.

Jump to

Keyboard shortcuts

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