Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MaximumNumberOfResults is the maximum number of results that a service can have MaximumNumberOfResults = 100 // MaximumNumberOfEvents is the maximum number of events that a service can have MaximumNumberOfEvents = 50 )
Variables ¶
View Source
var ( ErrServiceNotFound = errors.New("service not found") // When a service 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.