func()

in pkg/confidence/confidence.go [103:105]


func (e Confidence) PutContext(key string, value interface{}) {
	e.contextMap[key] = value
}