Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrReadOnlyStorage = errors.New("error read only storage") ErrInsert = errors.New("error inserting into the db") ErrConstructQuery = errors.New("error forming db query from api query") ErrQuery = errors.New("error querying from the database") )
View Source
var (
DefaultTimestampFormat = "2006-01-02T15:04:05.000Z07:00"
)
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct { JobID *uint64 Text *string LogLevel *string StartDate *time.Time EndDate *time.Time PageSize uint Page uint }
Query defines the different options to filter with
Click to show internal directories.
Click to hide internal directories.