Documentation
¶
Overview ¶
Package mixin contains the mixin package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuditMixin ¶
AuditMixin provides auditing for all records where enabled. The created_at, created_by, updated_at, and updated_by records are automatically populated when this mixin is enabled.
type UnexpectedAuditError ¶
UnexpectedAuditError is returned when an unexpected audit log call is received
func (*UnexpectedAuditError) Error ¶
func (e *UnexpectedAuditError) Error() string
Error returns the UnexpectedAuditError in string format
Click to show internal directories.
Click to hide internal directories.