impl

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventServiceImpl

type EventServiceImpl struct {
	ioc.ObjectImpl

	// 当前这个消费者 配置的topic
	EventTopic string `toml:"event_topic" json:"event_topic" yaml:"event_topic"  env:"EVENT_TOPIC"`
	// contains filtered or unexported fields
}

func (*EventServiceImpl) AddEvent

func (i *EventServiceImpl) AddEvent(ctx context.Context, in *event.EventSpec) (*event.Event, error)

AddEvent implements event.Service.

func (*EventServiceImpl) Close added in v0.0.21

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

func (*EventServiceImpl) Init

func (i *EventServiceImpl) Init() error

func (*EventServiceImpl) Name

func (i *EventServiceImpl) Name() string

func (*EventServiceImpl) QueryEvent

QueryEvent implements event.Service.

func (*EventServiceImpl) RunSaveEventConsumer added in v0.0.21

func (i *EventServiceImpl) RunSaveEventConsumer(ctx context.Context) error

Jump to

Keyboard shortcuts

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