Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingEventSelector = errors.New("missing event selector") ErrInvalidEventSelector = errors.New("invalid event selector") )
Functions ¶
func ResolveEvent ¶
func ResolveEvent( ctx context.Context, conn repository.Querier, sel *commonv1.EventSelector, ) (*eventv1.Event, error)
returns the event for the given selector if the event is not found, a connect error with code NotFound is returned
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.