tables.go 462 B

1234567891011121314151617181920
  1. // This file is generated by GoAdmin CLI adm.
  2. package tables
  3. import "github.com/GoAdminGroup/go-admin/plugins/admin/modules/table"
  4. // Generators is a map of table models.
  5. //
  6. // The key of Generators is the prefix of table info url.
  7. // The corresponding value is the Form and Table data.
  8. //
  9. // http://{{config.Domain}}:{{Port}}/{{config.Prefix}}/info/{{key}}
  10. //
  11. // example:
  12. //
  13. // example end
  14. //
  15. var Generators = map[string]table.Generator{
  16. // generators end
  17. }