Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SagaExample ¶
type SagaExample struct{}
func NewSagaExample ¶
func NewSagaExample() *SagaExample
func (SagaExample) DownFn ¶
func (s SagaExample) DownFn(ctx context.Context, payload types.PayloadInput) error
func (SagaExample) GetConfig ¶
func (s SagaExample) GetConfig() types.Opts
func (SagaExample) GetEventName ¶
func (s SagaExample) GetEventName() string
func (SagaExample) UpFn ¶
func (s SagaExample) UpFn(ctx context.Context, payload types.PayloadInput) error
type SagaExample2 ¶
type SagaExample2 struct{}
func NewSagaExample2 ¶
func NewSagaExample2() *SagaExample2
func (SagaExample2) DownFn ¶
func (s SagaExample2) DownFn(ctx context.Context, payload types.PayloadInput) error
func (SagaExample2) GetConfig ¶
func (s SagaExample2) GetConfig() types.Opts
func (SagaExample2) GetEventName ¶
func (s SagaExample2) GetEventName() string
func (SagaExample2) UpFn ¶
func (s SagaExample2) UpFn(ctx context.Context, payload types.PayloadInput) error
Click to show internal directories.
Click to hide internal directories.