admin / tests /tables /tables.go
AZLABS's picture
Upload folder using huggingface_hub
530729e verified
raw
history blame contribute delete
223 Bytes
package tables
import "github.com/GoAdminGroup/go-admin/plugins/admin/modules/table"
var Generators = map[string]table.Generator{
"posts": GetPostsTable,
"authors": GetAuthorsTable,
"external": GetExternalTable,
}