Versions in this module Expand all Collapse all v1 v1.0.1 May 27, 2025 Changes in this version + type Activity struct + Event Event + ID int + IP string + Metadata ActivityMeta + Server string + Timestamp time.Time + User JsonNullString + func (a *Activity) BeforeCreate(_ *gorm.DB) error + func (a Activity) SetUser(u string) *Activity + type ActivityMeta map[string]interface + type Event string + type JsonNullString struct + func (v *JsonNullString) UnmarshalJSON(data []byte) error + func (v JsonNullString) MarshalJSON() ([]byte, error)