Documentation
¶
Index ¶
Constants ¶
View Source
const ( Field_EventTypes = "EventTypes" Field_Offset = "Offset" Field_EventTime = "EventTime" Field_Event = "Event" )
View Source
const ( EPJournalIndices extensionpoints.EPKey = "JournalIndices" EPJournalPredicates extensionpoints.EPKey = "JournalPredicates" )
Variables ¶
View Source
var ( QNameViewWLogDates = appdef.NewQName(appdef.SysPackage, "WLogDates") QNameProjectorWLogDates = appdef.NewQName(appdef.SysPackage, "ProjectorWLogDates") )
Functions ¶
func FindOffsetsByTimeRange ¶
func Provide ¶
func Provide(cfg *istructsmem.AppConfigType, ep extensionpoints.IExtensionPoint)
Types ¶
type EventObject ¶
func NewEventObject ¶
func NewEventObject(event istructs.IWLogEvent, appDef appdef.IAppDef, f Filter, opts ...coreutils.MapperOpt) (o *EventObject, err error)
func (*EventObject) AsInt64 ¶
func (o *EventObject) AsInt64(name string) int64
func (*EventObject) AsString ¶
func (o *EventObject) AsString(string) string
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
func NewFilter ¶
func NewFilter(iws appdef.IWorkspace, eventTypes []string, epJournalPredicates extensionpoints.IExtensionPoint) (Filter, error)
Click to show internal directories.
Click to hide internal directories.