Versions in this module Expand all Collapse all v1 v1.0.1 Aug 8, 2022 v1.0.0 Aug 4, 2022 Changes in this version + var DefaultDBAccessTimeout time.Duration = 10 * time.Second + var DefaultPage uint = 0 + var MaxPageSize uint = 100 + func Dir(useLocal bool, name string) http.FileSystem + func FS(useLocal bool) http.FileSystem + func FSByte(useLocal bool, name string) ([]byte, error) + func FSMustByte(useLocal bool, name string) []byte + func FSMustString(useLocal bool, name string) string + func FSString(useLocal bool, name string) (string, error) + func Serve(ctx xcontext.Context, port int, storage storage.Storage, ...) error + type Log struct + Date time.Time + JobID uint64 + LogData string + LogLevel string + func (l *Log) ToStorageLog() storage.Log + type Query struct + EndDate *time.Time + JobID *uint64 + LogLevel *string + Page *uint + PageSize *uint + StartDate *time.Time + Text *string + func (q *Query) ToStorageQuery() storage.Query + type Result struct + Count uint64 + Logs []Log + Page uint + PageSize uint + type RouteHandler struct