service

package
v0.0.0-...-2a92847 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logs

type Logs interface {
	SaveLogs(message *kafka.Message)
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL