Documentation
¶
Index ¶
- type Provider
- func (p *Provider) Close() error
- func (p *Provider) DelState(ctx context.Context, ref *stategate.StateRef) *errorz.Error
- func (p *Provider) GetState(ctx context.Context, ref *stategate.StateRef) (*stategate.State, *errorz.Error)
- func (p Provider) SaveEvent(ctx context.Context, e *stategate.Event) *errorz.Error
- func (p *Provider) SearchEvents(ctx context.Context, opts *stategate.SearchEventOpts) (*stategate.Events, *errorz.Error)
- func (p *Provider) SearchState(ctx context.Context, opts *stategate.SearchStateOpts) (*stategate.StateValues, *errorz.Error)
- func (p Provider) SetState(ctx context.Context, state *stategate.State) *errorz.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func (*Provider) SearchEvents ¶
func (*Provider) SearchState ¶ added in v0.5.0
func (p *Provider) SearchState(ctx context.Context, opts *stategate.SearchStateOpts) (*stategate.StateValues, *errorz.Error)
Click to show internal directories.
Click to hide internal directories.