package
Version:
v0.0.0-...-d40265a
Opens a new window with list of versions in this module.
Published: Aug 3, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BtnDef struct {
ID int32 `bson:"id"`
Name string `bson:"btn_name"`
}
type Config struct {
Stages []Stage `bson:"funnel"`
BtnDefs []BtnDef `bson:"btntime"`
}
type Stage struct {
ID int32 `bson:"id"`
Type StageType `bson:"trigger"`
Transition string `bson:"transition"`
Regex string `bson:"regex"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.