package
Version:
v0.0.0-...-313d0b5
Opens a new window with list of versions in this module.
Published: Nov 26, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuditLog struct {
System string `json:"system"`
Timestamp time.Time `json:"timestamp"`
User User `json:"user"`
Changes Changes `json:"changes"`
}
type Changes struct {
Entity string `json:"entity"`
Description string `json:"description"`
Kind Kind `json:"Kind"`
Values map[string]string `json:"values"`
}
type InMemoryIngestor struct {
}
type User struct {
UID string `json:"uid"`
Username string `json:"username"`
IP string `json:"ip"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.