Documentation
¶
Index ¶
Constants ¶
View Source
const Star = "*"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACL ¶
type ACL struct { User string `json:"user"` // can be a `userID` or `*` (means all) Op string `json:"op"` // can be a `specific operation` or `*` (means all) Target string `json:"target"` // can be a `specific target id` or `*` (means all) Tbl string `json:"tbl"` // can be a `specific table` or `*` (means all) Allow bool `json:"allow"` }
Click to show internal directories.
Click to hide internal directories.