Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvalRequest ¶
type ResponsePayload ¶
type ResponsePayload struct { Value interface{} `json:"value"` VariationId string `json:"variationId"` }
func PayloadFromEvalData ¶
func PayloadFromEvalData(evalData *EvalData) ResponsePayload
type UserAttrs ¶
type UserAttrs map[string]interface{}
func MergeUserAttrs ¶
func (UserAttrs) GetAttribute ¶
func (*UserAttrs) UnmarshalJSON ¶
func (*UserAttrs) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.