Documentation
¶
Index ¶
- type Provider
- func (p *Provider) Close() error
- func (p *Provider) GetObject(ctx context.Context, ref *stategate.ObjectRef) (*stategate.Object, error)
- func (p Provider) SaveEvent(ctx context.Context, e *stategate.Event) error
- func (p *Provider) SearchEvents(ctx context.Context, opts *stategate.SearchEventOpts) (*stategate.Events, error)
- func (p *Provider) SearchObjects(ctx context.Context, opts *stategate.SearchObjectOpts) (*stategate.Objects, error)
- func (p Provider) SetObject(ctx context.Context, object *stategate.Object) 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) SearchObjects ¶ added in v0.2.2
Click to show internal directories.
Click to hide internal directories.