Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoOpsRuleStorage ¶
func NewAutoOpsRuleStorage ¶
func NewAutoOpsRuleStorage(qe mysql.QueryExecer) AutoOpsRuleStorage
type ExperimentStorage ¶
func NewExperimentStorage ¶
func NewExperimentStorage(qe mysql.QueryExecer) ExperimentStorage
type MAUStorage ¶
type MAUStorage interface { UpsertMAU(ctx context.Context, event *esproto.UserEvent, environmentNamespace string) error UpsertMAUs(ctx context.Context, events []*esproto.UserEvent, environmentNamespace string) error }
func NewMysqlMAUStorage ¶
func NewMysqlMAUStorage(qe mysql.QueryExecer) MAUStorage
Click to show internal directories.
Click to hide internal directories.