datamodel

package
v0.0.0-...-99b68d1 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2022 License: Apache-2.0 Imports: 20 Imported by: 0

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

func GetAllTypesTable() table.Table

GetAllTypesTable return the model of table types.

func GetAuthorsTable

func GetAuthorsTable(ctx *context.Context) (authorsTable table.Table)

GetAuthorsTable return the model of table author.

func GetContent

func GetContent(ctx *context.Context) (types.Panel, error)

GetContent return the content of index page.

func GetGoadminSuperUsersTable

func GetGoadminSuperUsersTable(ctx *context.Context) table.Table

func GetPostsTable

func GetPostsTable(ctx *context.Context) (postsTable table.Table)

GetPostsTable return the model of table posts.

func GetUserTable

func GetUserTable(ctx *context.Context) (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