Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Record ¶
type Record struct { Id int64 `db:"id"` Action string `db:"action"` CreatedById string `db:"created_by_id"` CreatedByName string `db:"created_by_name"` Role string `db:"role"` BeforeChanged map[string]interface{} `db:"before_changed"` AfterChanged map[string]interface{} `db:"after_changed"` AdditionalProps map[string]interface{} `db:"additional_props"` Notes string `db:"notes"` CreatedAt *time.Time `db:"created_at"` }
Click to show internal directories.
Click to hide internal directories.