Documentation ¶
Index ¶
- type Service
- func (s Service) Close() error
- func (s Service) GetObject(ctx context.Context, ref *eventgate.ObjectRef) (*eventgate.Object, error)
- func (s Service) SearchEvents(ctx context.Context, opts *eventgate.SearchOpts) (*eventgate.Events, error)
- func (s Service) SetObject(ctx context.Context, object *eventgate.Object) (*empty.Empty, error)
- func (s Service) StreamEvents(opts *eventgate.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 *eventgate.StreamOpts, server eventgate.EventGateService_StreamEventsServer) error
Click to show internal directories.
Click to hide internal directories.