config

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MonitorConfigService

type MonitorConfigService interface {
	GetMonitorConfigList(ctx context.Context, req *model.GetMonitorConfigListReq) (model.ListResp[*model.MonitorConfig], error)
	GetMonitorConfigByID(ctx context.Context, req *model.GetMonitorConfigReq) (*model.MonitorConfig, error)
	CreateMonitorConfig(ctx context.Context, req *model.CreateMonitorConfigReq) error
	UpdateMonitorConfig(ctx context.Context, req *model.UpdateMonitorConfigReq) error
	DeleteMonitorConfig(ctx context.Context, req *model.DeleteMonitorConfigReq) error
}

func NewMonitorConfigService

func NewMonitorConfigService(l *zap.Logger, configDao configDao.MonitorConfigDAO) MonitorConfigService

Jump to

Keyboard shortcuts

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