Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitWithClient ¶
func InitWithConfig ¶
Types ¶
type AuditLog ¶
type AuditLog struct {
// contains filtered or unexported fields
}
type InitOption ¶
type InitOption func(*AuditLog)
type JoinDetail ¶
type LogData ¶
func (*LogData) GetReferencedTablesURN ¶
type TableStats ¶
type TableStats struct { TableUsage map[string]int64 JoinDetail map[string]map[string]JoinDetail FilterConditions map[string]map[string]bool // contains filtered or unexported fields }
func NewTableStats ¶
func NewTableStats() *TableStats
func (*TableStats) Populate ¶
func (b *TableStats) Populate(ld *LogData) error
Click to show internal directories.
Click to hide internal directories.