Skip to content

Commit a8a25f6

Browse files
chore: add location field to evaluate
1 parent a3474f4 commit a8a25f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opts.go

+1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ type Options struct {
3838
IncludeEvents bool `json:"includeEvents"`
3939
Prompt bool `json:"prompt"`
4040
CredentialOverrides []string `json:"credentialOverrides"`
41+
Location string `json:"location"`
4142
}

0 commit comments

Comments
 (0)