Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeForWeb = "web" TypeForH5 = "h5" TypeForOutside = "outside" TypeForIOS = "ios" TypeForAndroid = "android" TypeForAndroidTv = "android_tv" PlatForWeb = int8(0) PlatForH5 = int8(1) PlatForOuter = int8(2) PlatForIos = int8(3) PlatForAndroid = int8(4) PlatForAndroidTV = int8(5) PlatForAutoPlayIOS = int8(6) PlafForAutoPlayInlineIOS = int8(7) PlatForAutoPlayAndroid = int8(8) PlatForAutoPlayInlineAndroid = int8(9) )
web+h5+outside+ios+android
View Source
const ( LogTypeForNotUse = int8(0) LogTypeForTurly = int8(1) LogTypeForInlineBegin = int8(2) )
is
View Source
const (
ValueForLocked = int8(1)
)
is
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigDataMsg ¶
BigDataMsg is
type ClickInfo ¶
type ClickInfo struct { Aid int64 Web int64 H5 int64 Outer int64 Ios int64 Android int64 AndroidTV int64 Sum int64 DBTimes int LastChangeTime int64 }
ClickInfo is
Click to show internal directories.
Click to hide internal directories.