impl

package
v0.0.20 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CronJobServiceImpl added in v0.0.17

type CronJobServiceImpl struct {
	ioc.ObjectImpl

	// 启用更新队列
	EnableUpdate bool `toml:"enable_update" json:"enable_update" yaml:"enable_update"  env:"ENABLE_UPDATE"`
	// 当前这个消费者 配置的topic
	UpdateTopic string `toml:"update_topic" json:"update_topic" yaml:"update_topic"  env:"UPDATE_TOPIC"`
	// contains filtered or unexported fields
}

func (*CronJobServiceImpl) AddCronJob added in v0.0.17

AddCronJob implements cronjob.Service.

func (*CronJobServiceImpl) Close added in v0.0.17

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

func (*CronJobServiceImpl) DeleteCronJob added in v0.0.17

DeleteCronJob implements cronjob.Service.

func (*CronJobServiceImpl) DescribeCronJob added in v0.0.17

DescribeCronJob implements cronjob.Service.

func (*CronJobServiceImpl) Init added in v0.0.17

func (i *CronJobServiceImpl) Init() error

func (*CronJobServiceImpl) Name added in v0.0.17

func (i *CronJobServiceImpl) Name() string

func (*CronJobServiceImpl) QueryCronJob added in v0.0.17

QueryCronJob implements cronjob.Service.

func (*CronJobServiceImpl) Run added in v0.0.17

读取消息,处理消息

func (*CronJobServiceImpl) UpdateCronJob added in v0.0.17

UpdateCronJob implements cronjob.Service.

Jump to

Keyboard shortcuts

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