Documentation ¶
Index ¶
- type Fake
- func (f *Fake) AddOrUpdateOutbox(stateStore v1alpha1.Component)
- func (f *Fake) Enabled(stateStore string) bool
- func (f *Fake) PublishInternal(ctx context.Context, stateStore string, ...) ([]state.TransactionalStateOperation, error)
- func (f *Fake) SubscribeToInternalTopics(ctx context.Context, appID string) error
- func (f *Fake) WithAddOrUpdateOutbox(fn func(stateStore v1alpha1.Component)) *Fake
- func (f *Fake) WithEnabled(fn func(stateStore string) bool) *Fake
- func (f *Fake) WithPublishInternal(...) *Fake
- func (f *Fake) WithSubscribeToInternalTopics(fn func(ctx context.Context, appID string) error) *Fake
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fake ¶
type Fake struct {
// contains filtered or unexported fields
}
func (*Fake) AddOrUpdateOutbox ¶
func (*Fake) PublishInternal ¶
func (f *Fake) PublishInternal(ctx context.Context, stateStore string, states []state.TransactionalStateOperation, source, traceID, traceState string) ([]state.TransactionalStateOperation, error)
func (*Fake) SubscribeToInternalTopics ¶
func (*Fake) WithAddOrUpdateOutbox ¶
func (*Fake) WithPublishInternal ¶
Click to show internal directories.
Click to hide internal directories.