service

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogService

type LogService interface {
	GetList(ctx context.Context, params *dto.ListLogReq) (*helpers.Pagination, error)
	CreateByMessage(ctx context.Context, message string) (err error)
	Download(ctx *gin.Context, params *dto.ListLogReq) (err error)
}

func NewLogService

func NewLogService(
	logRepo repository.LogRepository,
	cfg *configs.Configs,
	logger *logrus.Logger,
) LogService

Jump to

Keyboard shortcuts

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