Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileSystemDataSourceImplementation ¶
func NewFileSystemDataSourceImplementation(filePath string) datasources.LogDataSource
Types ¶
type FileSystemDataSourceImplementation ¶
type FileSystemDataSourceImplementation struct {
FilePath string
}
func (*FileSystemDataSourceImplementation) GetLogs ¶
func (fsds *FileSystemDataSourceImplementation) GetLogs(severityLevel entities.LogSeverityLevel) []entities.LogEnity
func (*FileSystemDataSourceImplementation) SaveLog ¶
func (fsds *FileSystemDataSourceImplementation) SaveLog(log entities.LogEnity)
Click to show internal directories.
Click to hide internal directories.