Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRawEventService ¶
Types ¶
type RawEventManager ¶
type RawEventManager interface {
// contains filtered or unexported methods
}
type RawEventQuery ¶
type RawEventQuery struct {
TrackingID string `json:"tid,omitempty" query:"tid"`
UserID string `json:"uid,omitempty" query:"uid"`
GroupID string `json:"gid,omitempty" query:"gid"`
SessionID string `json:"sid,omitempty" query:"sid"`
DeviceID string `json:"cid,omitempty" query:"cid"`
Event string `json:"e,omitempty" query:"e"`
Channel string `json:"c,omitempty" query:"c"`
Platform string `json:"p,omitempty" query:"p"`
Before time.Time `json:"before,omitempty" query:"before"`
After time.Time `json:"after,omitempty" query:"after"`
}
type RawEventReader ¶
type RawEventReporter ¶
type RawEventReporter interface {
RawEventReader
}
Click to show internal directories.
Click to hide internal directories.