Versions in this module Expand all Collapse all v0 v0.0.3 Dec 19, 2021 v0.0.2 Dec 19, 2021 Changes in this version + func HumanizeAction(action Action) string + type Action int + func (a Action) Added() Action + func (a Action) Custom() Action + func (a Action) Deleted() Action + func (a Action) GetSchema() Action + func (a Action) LoginDenied() Action + func (a Action) LoginSuccessful() Action + func (a Action) Logout() Action + func (a Action) Modified() Action + func (a Action) PasswordResetDenied() Action + func (a Action) PasswordResetRequest() Action + func (a Action) PasswordResetSuccessful() Action + func (a Action) Read() Action + type Log struct + Action Action + Activity string + ContentType core.ContentType + ContentTypeID uint + CreatedAt time.Time + DeletedAt gorm.DeletedAt + ID uint + ModelPK uint + UpdatedAt time.Time + Username string + func (l Log) String() string