Documentation ¶ Index ¶ func DeleteACL(command string, identifier string, db *sql.DB) error func ExistsACL(command string, identifier string, db *sql.DB) bool func GetACL(ID string, db *sql.DB, conf *bot.Configuration) (*commandACL, error) func SaveACL(command string, identifier string, db *sql.DB) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DeleteACL ¶ func DeleteACL(command string, identifier string, db *sql.DB) error func ExistsACL ¶ func ExistsACL(command string, identifier string, db *sql.DB) bool func GetACL ¶ func GetACL(ID string, db *sql.DB, conf *bot.Configuration) (*commandACL, error) CRD operations on ACLs GetACL returns a full commandACL that can be used in a command. func SaveACL ¶ func SaveACL(command string, identifier string, db *sql.DB) error Types ¶ This section is empty. Source Files ¶ View all Source files model.go Click to show internal directories. Click to hide internal directories.