Documentation
¶
Index ¶
- type AuditLog
- func (a *AuditLog) AffectedCollection() string
- func (a *AuditLog) AffectedCollectionId() string
- func (a *AuditLog) AffectedRecordId() string
- func (a *AuditLog) AuthCollection() string
- func (a *AuditLog) AuthId() string
- func (a *AuditLog) AuthIdentity() string
- func (a *AuditLog) Event() string
- func (a *AuditLog) SetAffectedCollection(v string)
- func (a *AuditLog) SetAffectedCollectionId(v string)
- func (a *AuditLog) SetAffectedRecordId(v string)
- func (a *AuditLog) SetAuthCollection(v string)
- func (a *AuditLog) SetAuthId(v string)
- func (a *AuditLog) SetAuthIdentity(v string)
- func (a *AuditLog) SetDataAfter(v any)
- func (a *AuditLog) SetDataBefore(v any)
- func (a *AuditLog) SetDiff(v any)
- func (a *AuditLog) SetEvent(v string)
- type AuditLogSettings
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditLog ¶
type AuditLog struct {
core.BaseRecordProxy
}
func (*AuditLog) AffectedCollection ¶
func (*AuditLog) AffectedCollectionId ¶
func (*AuditLog) AffectedRecordId ¶
func (*AuditLog) AuthCollection ¶
func (*AuditLog) AuthIdentity ¶
func (*AuditLog) SetAffectedCollection ¶
func (*AuditLog) SetAffectedCollectionId ¶
func (*AuditLog) SetAffectedRecordId ¶
func (*AuditLog) SetAuthCollection ¶
func (*AuditLog) SetAuthIdentity ¶
func (*AuditLog) SetDataAfter ¶
func (*AuditLog) SetDataBefore ¶
type AuditLogSettings ¶
type AuditLogSettings struct {
core.BaseRecordProxy
}
func (*AuditLogSettings) ExcludedCollections ¶
func (a *AuditLogSettings) ExcludedCollections() []string
func (*AuditLogSettings) RetentionDays ¶
func (a *AuditLogSettings) RetentionDays() int
func (*AuditLogSettings) SetExcludedCollections ¶
func (a *AuditLogSettings) SetExcludedCollections(v []string)
func (*AuditLogSettings) SetRetentionDays ¶
func (a *AuditLogSettings) SetRetentionDays(v int)
Click to show internal directories.
Click to hide internal directories.