Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLogRepositoryImplementation ¶
func NewLogRepositoryImplementation(dataSource datasources.LogDataSource) repository.LogRepository
Types ¶
type LogRepositoryImplementation ¶
type LogRepositoryImplementation struct {
DataSource datasources.LogDataSource
}
func (*LogRepositoryImplementation) GetLogs ¶
func (logRepository *LogRepositoryImplementation) GetLogs(severityLevel entities.LogSeverityLevel) []entities.LogEnity
func (*LogRepositoryImplementation) SaveLog ¶
func (logRepository *LogRepositoryImplementation) SaveLog(log entities.LogEnity)
Click to show internal directories.
Click to hide internal directories.