Documentation
¶
Index ¶
- func NewExperimentRunningWatcher(environmentClient environmentclient.Client, ...) job.Job
- func NewFeatureWatcher(environmentClient environmentclient.Client, featureClient featureclient.Client, ...) job.Job
- func NewMAUCountWatcher(environmentClient environmentclient.Client, eventCounterClient ecclient.Client, ...) job.Job
- type ExperimentRunningWatcher
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExperimentRunningWatcher ¶
func NewExperimentRunningWatcher( environmentClient environmentclient.Client, experimentClient experimentclient.Client, sender sender.Sender, opts ...Option) job.Job
func NewFeatureWatcher ¶
func NewFeatureWatcher( environmentClient environmentclient.Client, featureClient featureclient.Client, sender sender.Sender, opts ...Option) job.Job
Types ¶
type ExperimentRunningWatcher ¶
type ExperimentRunningWatcher struct {
// contains filtered or unexported fields
}
type Option ¶
type Option func(*options)
func WithLogger ¶
func WithMetrics ¶
func WithMetrics(r metrics.Registerer) Option
func WithTimeout ¶
Click to show internal directories.
Click to hide internal directories.