impl

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CronServiceImpl

type CronServiceImpl struct {
	ioc.ObjectImpl

	// 当前这个消费者 配置的topic
	UpdateTopic []string `toml:"update_topic" json:"update_topic" yaml:"update_topic"  env:"UPDATE_TOPIC"`
	// contains filtered or unexported fields
}

func (*CronServiceImpl) AddCronJob

func (i *CronServiceImpl) AddCronJob(ctx context.Context, in *cronjob.CronJobSpec) (*cronjob.CronJob, error)

AddCronJob implements cronjob.Service.

func (*CronServiceImpl) Close added in v0.0.16

func (i *CronServiceImpl) Close(ctx context.Context)

func (*CronServiceImpl) DeleteCronJob

DeleteCronJob implements cronjob.Service.

func (*CronServiceImpl) DescribeCronJob

DescribeCronJob implements cronjob.Service.

func (*CronServiceImpl) Init

func (i *CronServiceImpl) Init() error

func (*CronServiceImpl) Name

func (i *CronServiceImpl) Name() string

func (*CronServiceImpl) QueryCronJob

QueryCronJob implements cronjob.Service.

func (*CronServiceImpl) Run added in v0.0.16

func (c *CronServiceImpl) Run(ctx context.Context) error

读取消息,处理消息

func (*CronServiceImpl) UpdateCronJob

UpdateCronJob implements cronjob.Service.

Jump to

Keyboard shortcuts

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