Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllProviderNames = []ProviderName{MONGO_STORAGE}
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { SetState(ctx context.Context, object *stategate.State) *errorz.Error SaveEvent(ctx context.Context, event *stategate.Event) *errorz.Error GetState(ctx context.Context, ref *stategate.StateRef) (*stategate.State, *errorz.Error) DelState(ctx context.Context, ref *stategate.StateRef) *errorz.Error SearchState(ctx context.Context, ref *stategate.SearchStateOpts) (*stategate.StateValues, *errorz.Error) SearchEvents(ctx context.Context, ref *stategate.SearchEventOpts) (*stategate.Events, *errorz.Error) Close() error }
Click to show internal directories.
Click to hide internal directories.