casbin_rule.go 645 B

12345678910111213141516
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. DO NOT EDIT THIS FILE MANUALLY.
  3. // ==========================================================================
  4. package internal
  5. // CasbinRule is the golang structure for table casbin_rule.
  6. type CasbinRule struct {
  7. Ptype string `orm:"ptype" json:"ptype"` //
  8. V0 string `orm:"v0" json:"v0"` //
  9. V1 string `orm:"v1" json:"v1"` //
  10. V2 string `orm:"v2" json:"v2"` //
  11. V3 string `orm:"v3" json:"v3"` //
  12. V4 string `orm:"v4" json:"v4"` //
  13. V5 string `orm:"v5" json:"v5"` //
  14. }