Versions in this module Expand all Collapse all v1 v1.0.0 Mar 7, 2026 Changes in this version + type Entry struct + Action string + Metadata map[string]interface{} + ModelID uint + ModelType string + NewValues map[string]interface{} + OldValues map[string]interface{} + UserID uint + type Logger struct + func NewLogger(db *gorm.DB) *Logger + func (l *Logger) Find(query string, args ...interface{}) ([]models.AuditLog, error) + func (l *Logger) ForModel(modelType string, modelID uint) ([]models.AuditLog, error) + func (l *Logger) Log(e Entry) error Other modules containing this package github.com/RAiWorks/RapidGo/v2