Documentation ¶
Index ¶
- type Service
- func (s Service) Close() error
- func (s Service) GetObject(ctx context.Context, ref *stategate.ObjectRef) (*stategate.Object, error)
- func (s Service) SearchEvents(ctx context.Context, opts *stategate.SearchOpts) (*stategate.Events, error)
- func (s Service) SetObject(ctx context.Context, object *stategate.Object) (*empty.Empty, error)
- func (s Service) StreamEvents(opts *stategate.StreamOpts, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (Service) SearchEvents ¶
func (Service) StreamEvents ¶
func (s Service) StreamEvents(opts *stategate.StreamOpts, server stategate.StateGateService_StreamEventsServer) error
Click to show internal directories.
Click to hide internal directories.