biz

package
v0.0.0-...-b9c99d5 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2025 License: MIT Imports: 4 Imported by: 0

README

Biz

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = wire.NewSet(
	NewEventUseCase,
)

ProviderSet is service providers.

Functions

This section is empty.

Types

type EventRepo

type EventRepo interface {
	HandleEvent(context.Context, *rule.EventExt) error
}

type EventUseCase

type EventUseCase struct {
	// contains filtered or unexported fields
}

func NewEventUseCase

func NewEventUseCase(repo EventRepo, logger log.Logger) *EventUseCase

func (*EventUseCase) HandleEvent

func (uc *EventUseCase) HandleEvent(ctx context.Context, evt *rule.EventExt) (interface{}, error)

Jump to

Keyboard shortcuts

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