Documentation ¶
Index ¶
- type Auditor
- func (a *Auditor) AuditChange(ctx context.Context, resourceType db.AuditResourceType, resourceID uuid.UUID, ...) error
- func (a *Auditor) AuditCreate(ctx context.Context, resourceType db.AuditResourceType, resourceID uuid.UUID, ...) error
- func (a *Auditor) AuditDelete(ctx context.Context, resourceType db.AuditResourceType, resourceID uuid.UUID) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auditor ¶
type Auditor struct {
// contains filtered or unexported fields
}
func NewAuditor ¶
func NewAuditor(repo db.Repository) Auditor
func (*Auditor) AuditChange ¶
func (*Auditor) AuditCreate ¶
func (*Auditor) AuditDelete ¶
Click to show internal directories.
Click to hide internal directories.