Skip to content

Commit 8176fb2

Browse files
Merge pull request #44 from ibuildthecloud/main
chore: add location field to evaluate
2 parents a3474f4 + a8a25f6 commit 8176fb2

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)