Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.RawEvent) predicate.RawEvent
- func Anonymous(v bool) predicate.RawEvent
- func AnonymousEQ(v bool) predicate.RawEvent
- func AnonymousNEQ(v bool) predicate.RawEvent
- func Channel(v string) predicate.RawEvent
- func ChannelContains(v string) predicate.RawEvent
- func ChannelContainsFold(v string) predicate.RawEvent
- func ChannelEQ(v string) predicate.RawEvent
- func ChannelEqualFold(v string) predicate.RawEvent
- func ChannelGT(v string) predicate.RawEvent
- func ChannelGTE(v string) predicate.RawEvent
- func ChannelHasPrefix(v string) predicate.RawEvent
- func ChannelHasSuffix(v string) predicate.RawEvent
- func ChannelIn(vs ...string) predicate.RawEvent
- func ChannelIsNil() predicate.RawEvent
- func ChannelLT(v string) predicate.RawEvent
- func ChannelLTE(v string) predicate.RawEvent
- func ChannelNEQ(v string) predicate.RawEvent
- func ChannelNotIn(vs ...string) predicate.RawEvent
- func ChannelNotNil() predicate.RawEvent
- func DeviceID(v string) predicate.RawEvent
- func DeviceIDContains(v string) predicate.RawEvent
- func DeviceIDContainsFold(v string) predicate.RawEvent
- func DeviceIDEQ(v string) predicate.RawEvent
- func DeviceIDEqualFold(v string) predicate.RawEvent
- func DeviceIDGT(v string) predicate.RawEvent
- func DeviceIDGTE(v string) predicate.RawEvent
- func DeviceIDHasPrefix(v string) predicate.RawEvent
- func DeviceIDHasSuffix(v string) predicate.RawEvent
- func DeviceIDIn(vs ...string) predicate.RawEvent
- func DeviceIDIsNil() predicate.RawEvent
- func DeviceIDLT(v string) predicate.RawEvent
- func DeviceIDLTE(v string) predicate.RawEvent
- func DeviceIDNEQ(v string) predicate.RawEvent
- func DeviceIDNotIn(vs ...string) predicate.RawEvent
- func DeviceIDNotNil() predicate.RawEvent
- func Event(v string) predicate.RawEvent
- func EventContains(v string) predicate.RawEvent
- func EventContainsFold(v string) predicate.RawEvent
- func EventEQ(v string) predicate.RawEvent
- func EventEqualFold(v string) predicate.RawEvent
- func EventGT(v string) predicate.RawEvent
- func EventGTE(v string) predicate.RawEvent
- func EventHasPrefix(v string) predicate.RawEvent
- func EventHasSuffix(v string) predicate.RawEvent
- func EventIn(vs ...string) predicate.RawEvent
- func EventLT(v string) predicate.RawEvent
- func EventLTE(v string) predicate.RawEvent
- func EventNEQ(v string) predicate.RawEvent
- func EventNotIn(vs ...string) predicate.RawEvent
- func GroupID(v string) predicate.RawEvent
- func GroupIDContains(v string) predicate.RawEvent
- func GroupIDContainsFold(v string) predicate.RawEvent
- func GroupIDEQ(v string) predicate.RawEvent
- func GroupIDEqualFold(v string) predicate.RawEvent
- func GroupIDGT(v string) predicate.RawEvent
- func GroupIDGTE(v string) predicate.RawEvent
- func GroupIDHasPrefix(v string) predicate.RawEvent
- func GroupIDHasSuffix(v string) predicate.RawEvent
- func GroupIDIn(vs ...string) predicate.RawEvent
- func GroupIDIsNil() predicate.RawEvent
- func GroupIDLT(v string) predicate.RawEvent
- func GroupIDLTE(v string) predicate.RawEvent
- func GroupIDNEQ(v string) predicate.RawEvent
- func GroupIDNotIn(vs ...string) predicate.RawEvent
- func GroupIDNotNil() predicate.RawEvent
- func ID(id uuid.UUID) predicate.RawEvent
- func IDEQ(id uuid.UUID) predicate.RawEvent
- func IDGT(id uuid.UUID) predicate.RawEvent
- func IDGTE(id uuid.UUID) predicate.RawEvent
- func IDIn(ids ...uuid.UUID) predicate.RawEvent
- func IDLT(id uuid.UUID) predicate.RawEvent
- func IDLTE(id uuid.UUID) predicate.RawEvent
- func IDNEQ(id uuid.UUID) predicate.RawEvent
- func IDNotIn(ids ...uuid.UUID) predicate.RawEvent
- func NonInteractive(v bool) predicate.RawEvent
- func NonInteractiveEQ(v bool) predicate.RawEvent
- func NonInteractiveNEQ(v bool) predicate.RawEvent
- func Not(p predicate.RawEvent) predicate.RawEvent
- func Or(predicates ...predicate.RawEvent) predicate.RawEvent
- func Platform(v string) predicate.RawEvent
- func PlatformContains(v string) predicate.RawEvent
- func PlatformContainsFold(v string) predicate.RawEvent
- func PlatformEQ(v string) predicate.RawEvent
- func PlatformEqualFold(v string) predicate.RawEvent
- func PlatformGT(v string) predicate.RawEvent
- func PlatformGTE(v string) predicate.RawEvent
- func PlatformHasPrefix(v string) predicate.RawEvent
- func PlatformHasSuffix(v string) predicate.RawEvent
- func PlatformIn(vs ...string) predicate.RawEvent
- func PlatformIsNil() predicate.RawEvent
- func PlatformLT(v string) predicate.RawEvent
- func PlatformLTE(v string) predicate.RawEvent
- func PlatformNEQ(v string) predicate.RawEvent
- func PlatformNotIn(vs ...string) predicate.RawEvent
- func PlatformNotNil() predicate.RawEvent
- func SessionID(v string) predicate.RawEvent
- func SessionIDContains(v string) predicate.RawEvent
- func SessionIDContainsFold(v string) predicate.RawEvent
- func SessionIDEQ(v string) predicate.RawEvent
- func SessionIDEqualFold(v string) predicate.RawEvent
- func SessionIDGT(v string) predicate.RawEvent
- func SessionIDGTE(v string) predicate.RawEvent
- func SessionIDHasPrefix(v string) predicate.RawEvent
- func SessionIDHasSuffix(v string) predicate.RawEvent
- func SessionIDIn(vs ...string) predicate.RawEvent
- func SessionIDIsNil() predicate.RawEvent
- func SessionIDLT(v string) predicate.RawEvent
- func SessionIDLTE(v string) predicate.RawEvent
- func SessionIDNEQ(v string) predicate.RawEvent
- func SessionIDNotIn(vs ...string) predicate.RawEvent
- func SessionIDNotNil() predicate.RawEvent
- func Timestamp(v time.Time) predicate.RawEvent
- func TimestampEQ(v time.Time) predicate.RawEvent
- func TimestampGT(v time.Time) predicate.RawEvent
- func TimestampGTE(v time.Time) predicate.RawEvent
- func TimestampIn(vs ...time.Time) predicate.RawEvent
- func TimestampLT(v time.Time) predicate.RawEvent
- func TimestampLTE(v time.Time) predicate.RawEvent
- func TimestampNEQ(v time.Time) predicate.RawEvent
- func TimestampNotIn(vs ...time.Time) predicate.RawEvent
- func TrackingID(v uuid.UUID) predicate.RawEvent
- func TrackingIDEQ(v uuid.UUID) predicate.RawEvent
- func TrackingIDGT(v uuid.UUID) predicate.RawEvent
- func TrackingIDGTE(v uuid.UUID) predicate.RawEvent
- func TrackingIDIn(vs ...uuid.UUID) predicate.RawEvent
- func TrackingIDLT(v uuid.UUID) predicate.RawEvent
- func TrackingIDLTE(v uuid.UUID) predicate.RawEvent
- func TrackingIDNEQ(v uuid.UUID) predicate.RawEvent
- func TrackingIDNotIn(vs ...uuid.UUID) predicate.RawEvent
- func UserID(v string) predicate.RawEvent
- func UserIDContains(v string) predicate.RawEvent
- func UserIDContainsFold(v string) predicate.RawEvent
- func UserIDEQ(v string) predicate.RawEvent
- func UserIDEqualFold(v string) predicate.RawEvent
- func UserIDGT(v string) predicate.RawEvent
- func UserIDGTE(v string) predicate.RawEvent
- func UserIDHasPrefix(v string) predicate.RawEvent
- func UserIDHasSuffix(v string) predicate.RawEvent
- func UserIDIn(vs ...string) predicate.RawEvent
- func UserIDLT(v string) predicate.RawEvent
- func UserIDLTE(v string) predicate.RawEvent
- func UserIDNEQ(v string) predicate.RawEvent
- func UserIDNotIn(vs ...string) predicate.RawEvent
Constants ¶
const ( // Label holds the string label denoting the rawevent type in the database. Label = "raw_event" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldTrackingID holds the string denoting the tracking_id field in the database. FieldTrackingID = "tracking_id" // FieldUserID holds the string denoting the user_id field in the database. FieldUserID = "user_id" // FieldAnonymous holds the string denoting the anonymous field in the database. FieldAnonymous = "anonymous" // FieldGroupID holds the string denoting the group_id field in the database. FieldGroupID = "group_id" // FieldSessionID holds the string denoting the session_id field in the database. FieldSessionID = "session_id" // FieldDeviceID holds the string denoting the device_id field in the database. FieldDeviceID = "device_id" // FieldEvent holds the string denoting the event field in the database. FieldEvent = "event" // FieldNonInteractive holds the string denoting the non_interactive field in the database. FieldNonInteractive = "non_interactive" // FieldChannel holds the string denoting the channel field in the database. FieldChannel = "channel" // FieldPlatform holds the string denoting the platform field in the database. FieldPlatform = "platform" // FieldTimestamp holds the string denoting the timestamp field in the database. FieldTimestamp = "timestamp" // FieldContext holds the string denoting the context field in the database. FieldContext = "context" // Table holds the table name of the rawevent in the database. Table = "raw_events" )
Variables ¶
var Columns = []string{ FieldID, FieldTrackingID, FieldUserID, FieldAnonymous, FieldGroupID, FieldSessionID, FieldDeviceID, FieldEvent, FieldNonInteractive, FieldChannel, FieldPlatform, FieldTimestamp, FieldContext, }
Columns holds all SQL columns for rawevent fields.
var ( // DefaultID holds the default value on creation for the id field. DefaultID func() uuid.UUID )
Functions ¶
func Anonymous ¶
Anonymous applies equality check predicate on the "anonymous" field. It's identical to AnonymousEQ.
func AnonymousEQ ¶
AnonymousEQ applies the EQ predicate on the "anonymous" field.
func AnonymousNEQ ¶
AnonymousNEQ applies the NEQ predicate on the "anonymous" field.
func Channel ¶
Channel applies equality check predicate on the "channel" field. It's identical to ChannelEQ.
func ChannelContains ¶
ChannelContains applies the Contains predicate on the "channel" field.
func ChannelContainsFold ¶
ChannelContainsFold applies the ContainsFold predicate on the "channel" field.
func ChannelEqualFold ¶
ChannelEqualFold applies the EqualFold predicate on the "channel" field.
func ChannelGTE ¶
ChannelGTE applies the GTE predicate on the "channel" field.
func ChannelHasPrefix ¶
ChannelHasPrefix applies the HasPrefix predicate on the "channel" field.
func ChannelHasSuffix ¶
ChannelHasSuffix applies the HasSuffix predicate on the "channel" field.
func ChannelIsNil ¶
ChannelIsNil applies the IsNil predicate on the "channel" field.
func ChannelLTE ¶
ChannelLTE applies the LTE predicate on the "channel" field.
func ChannelNEQ ¶
ChannelNEQ applies the NEQ predicate on the "channel" field.
func ChannelNotIn ¶
ChannelNotIn applies the NotIn predicate on the "channel" field.
func ChannelNotNil ¶
ChannelNotNil applies the NotNil predicate on the "channel" field.
func DeviceID ¶
DeviceID applies equality check predicate on the "device_id" field. It's identical to DeviceIDEQ.
func DeviceIDContains ¶
DeviceIDContains applies the Contains predicate on the "device_id" field.
func DeviceIDContainsFold ¶
DeviceIDContainsFold applies the ContainsFold predicate on the "device_id" field.
func DeviceIDEQ ¶
DeviceIDEQ applies the EQ predicate on the "device_id" field.
func DeviceIDEqualFold ¶
DeviceIDEqualFold applies the EqualFold predicate on the "device_id" field.
func DeviceIDGT ¶
DeviceIDGT applies the GT predicate on the "device_id" field.
func DeviceIDGTE ¶
DeviceIDGTE applies the GTE predicate on the "device_id" field.
func DeviceIDHasPrefix ¶
DeviceIDHasPrefix applies the HasPrefix predicate on the "device_id" field.
func DeviceIDHasSuffix ¶
DeviceIDHasSuffix applies the HasSuffix predicate on the "device_id" field.
func DeviceIDIn ¶
DeviceIDIn applies the In predicate on the "device_id" field.
func DeviceIDIsNil ¶
DeviceIDIsNil applies the IsNil predicate on the "device_id" field.
func DeviceIDLT ¶
DeviceIDLT applies the LT predicate on the "device_id" field.
func DeviceIDLTE ¶
DeviceIDLTE applies the LTE predicate on the "device_id" field.
func DeviceIDNEQ ¶
DeviceIDNEQ applies the NEQ predicate on the "device_id" field.
func DeviceIDNotIn ¶
DeviceIDNotIn applies the NotIn predicate on the "device_id" field.
func DeviceIDNotNil ¶
DeviceIDNotNil applies the NotNil predicate on the "device_id" field.
func Event ¶
Event applies equality check predicate on the "event" field. It's identical to EventEQ.
func EventContains ¶
EventContains applies the Contains predicate on the "event" field.
func EventContainsFold ¶
EventContainsFold applies the ContainsFold predicate on the "event" field.
func EventEqualFold ¶
EventEqualFold applies the EqualFold predicate on the "event" field.
func EventHasPrefix ¶
EventHasPrefix applies the HasPrefix predicate on the "event" field.
func EventHasSuffix ¶
EventHasSuffix applies the HasSuffix predicate on the "event" field.
func EventNotIn ¶
EventNotIn applies the NotIn predicate on the "event" field.
func GroupID ¶
GroupID applies equality check predicate on the "group_id" field. It's identical to GroupIDEQ.
func GroupIDContains ¶
GroupIDContains applies the Contains predicate on the "group_id" field.
func GroupIDContainsFold ¶
GroupIDContainsFold applies the ContainsFold predicate on the "group_id" field.
func GroupIDEqualFold ¶
GroupIDEqualFold applies the EqualFold predicate on the "group_id" field.
func GroupIDGTE ¶
GroupIDGTE applies the GTE predicate on the "group_id" field.
func GroupIDHasPrefix ¶
GroupIDHasPrefix applies the HasPrefix predicate on the "group_id" field.
func GroupIDHasSuffix ¶
GroupIDHasSuffix applies the HasSuffix predicate on the "group_id" field.
func GroupIDIsNil ¶
GroupIDIsNil applies the IsNil predicate on the "group_id" field.
func GroupIDLTE ¶
GroupIDLTE applies the LTE predicate on the "group_id" field.
func GroupIDNEQ ¶
GroupIDNEQ applies the NEQ predicate on the "group_id" field.
func GroupIDNotIn ¶
GroupIDNotIn applies the NotIn predicate on the "group_id" field.
func GroupIDNotNil ¶
GroupIDNotNil applies the NotNil predicate on the "group_id" field.
func NonInteractive ¶
NonInteractive applies equality check predicate on the "non_interactive" field. It's identical to NonInteractiveEQ.
func NonInteractiveEQ ¶
NonInteractiveEQ applies the EQ predicate on the "non_interactive" field.
func NonInteractiveNEQ ¶
NonInteractiveNEQ applies the NEQ predicate on the "non_interactive" field.
func Platform ¶
Platform applies equality check predicate on the "platform" field. It's identical to PlatformEQ.
func PlatformContains ¶
PlatformContains applies the Contains predicate on the "platform" field.
func PlatformContainsFold ¶
PlatformContainsFold applies the ContainsFold predicate on the "platform" field.
func PlatformEQ ¶
PlatformEQ applies the EQ predicate on the "platform" field.
func PlatformEqualFold ¶
PlatformEqualFold applies the EqualFold predicate on the "platform" field.
func PlatformGT ¶
PlatformGT applies the GT predicate on the "platform" field.
func PlatformGTE ¶
PlatformGTE applies the GTE predicate on the "platform" field.
func PlatformHasPrefix ¶
PlatformHasPrefix applies the HasPrefix predicate on the "platform" field.
func PlatformHasSuffix ¶
PlatformHasSuffix applies the HasSuffix predicate on the "platform" field.
func PlatformIn ¶
PlatformIn applies the In predicate on the "platform" field.
func PlatformIsNil ¶
PlatformIsNil applies the IsNil predicate on the "platform" field.
func PlatformLT ¶
PlatformLT applies the LT predicate on the "platform" field.
func PlatformLTE ¶
PlatformLTE applies the LTE predicate on the "platform" field.
func PlatformNEQ ¶
PlatformNEQ applies the NEQ predicate on the "platform" field.
func PlatformNotIn ¶
PlatformNotIn applies the NotIn predicate on the "platform" field.
func PlatformNotNil ¶
PlatformNotNil applies the NotNil predicate on the "platform" field.
func SessionID ¶
SessionID applies equality check predicate on the "session_id" field. It's identical to SessionIDEQ.
func SessionIDContains ¶
SessionIDContains applies the Contains predicate on the "session_id" field.
func SessionIDContainsFold ¶
SessionIDContainsFold applies the ContainsFold predicate on the "session_id" field.
func SessionIDEQ ¶
SessionIDEQ applies the EQ predicate on the "session_id" field.
func SessionIDEqualFold ¶
SessionIDEqualFold applies the EqualFold predicate on the "session_id" field.
func SessionIDGT ¶
SessionIDGT applies the GT predicate on the "session_id" field.
func SessionIDGTE ¶
SessionIDGTE applies the GTE predicate on the "session_id" field.
func SessionIDHasPrefix ¶
SessionIDHasPrefix applies the HasPrefix predicate on the "session_id" field.
func SessionIDHasSuffix ¶
SessionIDHasSuffix applies the HasSuffix predicate on the "session_id" field.
func SessionIDIn ¶
SessionIDIn applies the In predicate on the "session_id" field.
func SessionIDIsNil ¶
SessionIDIsNil applies the IsNil predicate on the "session_id" field.
func SessionIDLT ¶
SessionIDLT applies the LT predicate on the "session_id" field.
func SessionIDLTE ¶
SessionIDLTE applies the LTE predicate on the "session_id" field.
func SessionIDNEQ ¶
SessionIDNEQ applies the NEQ predicate on the "session_id" field.
func SessionIDNotIn ¶
SessionIDNotIn applies the NotIn predicate on the "session_id" field.
func SessionIDNotNil ¶
SessionIDNotNil applies the NotNil predicate on the "session_id" field.
func Timestamp ¶
Timestamp applies equality check predicate on the "timestamp" field. It's identical to TimestampEQ.
func TimestampEQ ¶
TimestampEQ applies the EQ predicate on the "timestamp" field.
func TimestampGT ¶
TimestampGT applies the GT predicate on the "timestamp" field.
func TimestampGTE ¶
TimestampGTE applies the GTE predicate on the "timestamp" field.
func TimestampIn ¶
TimestampIn applies the In predicate on the "timestamp" field.
func TimestampLT ¶
TimestampLT applies the LT predicate on the "timestamp" field.
func TimestampLTE ¶
TimestampLTE applies the LTE predicate on the "timestamp" field.
func TimestampNEQ ¶
TimestampNEQ applies the NEQ predicate on the "timestamp" field.
func TimestampNotIn ¶
TimestampNotIn applies the NotIn predicate on the "timestamp" field.
func TrackingID ¶
TrackingID applies equality check predicate on the "tracking_id" field. It's identical to TrackingIDEQ.
func TrackingIDEQ ¶
TrackingIDEQ applies the EQ predicate on the "tracking_id" field.
func TrackingIDGT ¶
TrackingIDGT applies the GT predicate on the "tracking_id" field.
func TrackingIDGTE ¶
TrackingIDGTE applies the GTE predicate on the "tracking_id" field.
func TrackingIDIn ¶
TrackingIDIn applies the In predicate on the "tracking_id" field.
func TrackingIDLT ¶
TrackingIDLT applies the LT predicate on the "tracking_id" field.
func TrackingIDLTE ¶
TrackingIDLTE applies the LTE predicate on the "tracking_id" field.
func TrackingIDNEQ ¶
TrackingIDNEQ applies the NEQ predicate on the "tracking_id" field.
func TrackingIDNotIn ¶
TrackingIDNotIn applies the NotIn predicate on the "tracking_id" field.
func UserID ¶
UserID applies equality check predicate on the "user_id" field. It's identical to UserIDEQ.
func UserIDContains ¶
UserIDContains applies the Contains predicate on the "user_id" field.
func UserIDContainsFold ¶
UserIDContainsFold applies the ContainsFold predicate on the "user_id" field.
func UserIDEqualFold ¶
UserIDEqualFold applies the EqualFold predicate on the "user_id" field.
func UserIDHasPrefix ¶
UserIDHasPrefix applies the HasPrefix predicate on the "user_id" field.
func UserIDHasSuffix ¶
UserIDHasSuffix applies the HasSuffix predicate on the "user_id" field.
func UserIDNotIn ¶
UserIDNotIn applies the NotIn predicate on the "user_id" field.
Types ¶
This section is empty.