Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogsService ¶
type LogsService struct {
// contains filtered or unexported fields
}
func NewLogsService ¶
func NewLogsService(repo repository.Logs) *LogsService
func (*LogsService) SaveLogs ¶
func (l *LogsService) SaveLogs(message *kafka.Message)
type Service ¶
type Service struct {
Logs
}
func NewService ¶
func NewService(repos *repository.Repository) *Service
Click to show internal directories.
Click to hide internal directories.