Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update broken comment link #202

Merged
merged 2 commits into from
Jul 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/openfeature/evaluation_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package openfeature
// EvaluationContext provides ambient information for the purposes of flag evaluation
// The use of the constructor, NewEvaluationContext, is enforced to set EvaluationContext's fields in order
// to enforce immutability.
// https://github.com/open-feature/spec/blob/main/specification/evaluation-context/evaluation-context.md
// https://github.com/open-feature/spec/blob/main/specification/sections/03-evaluation-context.md
beeme1mr marked this conversation as resolved.
Show resolved Hide resolved
type EvaluationContext struct {
targetingKey string // uniquely identifying the subject (end-user, or client service) of a flag evaluation
attributes map[string]interface{}
Expand Down
Loading