Documentation
¶
Index ¶
Constants ¶
View Source
const AuditLogTableIdentifier = "github_audit_log"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditLogTable ¶
type AuditLogTable struct {
}
AuditLogTable - table for github audit logs
func (*AuditLogTable) EnrichRow ¶
func (c *AuditLogTable) EnrichRow(row *rows.AuditLog, _ *AuditLogTableConfig, sourceEnrichmentFields enrichment.SourceEnrichment) (*rows.AuditLog, error)
func (*AuditLogTable) GetSourceMetadata ¶
func (c *AuditLogTable) GetSourceMetadata(_ *AuditLogTableConfig) []*table.SourceMetadata[*rows.AuditLog]
func (*AuditLogTable) Identifier ¶
func (c *AuditLogTable) Identifier() string
type AuditLogTableConfig ¶
type AuditLogTableConfig struct {
}
func (*AuditLogTableConfig) Identifier ¶
func (a *AuditLogTableConfig) Identifier() string
func (*AuditLogTableConfig) Validate ¶
func (a *AuditLogTableConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.