Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditRecord ¶
type DB ¶
type DB interface {
GetACL(table string, withPIN bool) (*lib.Table, error)
PutACL(table string, acl lib.Table, withPIN bool) (int, error)
GetEvents(table string, controller uint32) ([]uint32, error)
PutEvents(table string, events []core.Event) (int, error)
AuditTrail(table string, trail []AuditRecord) (int, error)
Log(table string, rs []LogRecord) (int, error)
}
Click to show internal directories.
Click to hide internal directories.