File size: 223 Bytes
530729e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
package tables

import "github.com/GoAdminGroup/go-admin/plugins/admin/modules/table"

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