Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvaluateLocally ¶
type EvaluateLocally interface {
Evaluate(user *user.User, featureID string) (*model.Evaluation, error)
}
func NewEvaluator ¶
func NewEvaluator( tag string, featuresCache cache.FeaturesCache, segmentUsersCache cache.SegmentUsersCache, ) EvaluateLocally
Click to show internal directories.
Click to hide internal directories.