Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileExporter ¶
type FileExporter struct{}
func NewFileExporter ¶
func NewFileExporter() *FileExporter
func (*FileExporter) ExportAuditLogsCSV ¶
func (e *FileExporter) ExportAuditLogsCSV(logs []auditlog.AuditLogRecord) (io.Reader, error)
func (*FileExporter) ExportEventLogsCSV ¶
func (e *FileExporter) ExportEventLogsCSV(logs []dto.EventLog) (io.Reader, error)
ExportEventLogsCSV converts event logs to CSV and returns a reader.
Click to show internal directories.
Click to hide internal directories.