Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaximumNumberOfResults is the maximum number of results that an endpoint can have MaximumNumberOfResults = 100 // MaximumNumberOfEvents is the maximum number of events that an endpoint can have MaximumNumberOfEvents = 50 )
Variables ¶
View Source
var ( ErrEndpointNotFound = errors.New("endpoint not found") // When an endpoint does not exist in the store ErrInvalidTimeRange = errors.New("'from' cannot be older than 'to'") // When an invalid time range is provided )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.