service

package
v0.0.0-...-c4e8904 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type LogService

type LogService interface {
	GetLogInfoByLogId(logId string) (*model.Log, error)
	GetLogInfoList(page model.Pagination) ([]model.Log, error)
}

func NewLogService

func NewLogService(l utils.Logger, db *db.Database) LogService

type PingService

type PingService interface {
	Ping() error
}

func NewPingService

func NewPingService(l utils.Logger, db *db.Database) PingService

Jump to

Keyboard shortcuts

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