Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CasbinRule ¶
type CasbinRule struct { Id int `json:"id" xorm:"not null pk autoincr comment('id') INT(11)"` PolicyType string `json:"policy_type" xorm:"not null comment('政策类型') VARCHAR(100)"` V0 string `json:"v0" xorm:"not null comment('v0') VARCHAR(100)"` V1 string `json:"v1" xorm:"not null comment('v1') VARCHAR(100)"` V2 string `json:"v2" xorm:"not null comment('v2') VARCHAR(100)"` V3 string `json:"v3" xorm:"not null comment('v3') VARCHAR(100)"` V4 string `json:"v4" xorm:"not null comment('v4') VARCHAR(100)"` V5 string `json:"v5" xorm:"not null comment('v5') VARCHAR(100)"` }
Click to show internal directories.
Click to hide internal directories.