Skip to content

Commit

Permalink
Merge pull request #361 from stan-is-hate/patch-1
Browse files Browse the repository at this point in the history
docs: correct link to consumer version selector combinations
  • Loading branch information
YOU54F committed Jan 19, 2024
2 parents 067ef3c + ddbb563 commit 86cde8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/consumer_version_selector.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package provider
// Where a new selector is available in the broker but not yet supported here,
// you may use the UntypedConsumerVersionSelector to pass in arbitrary key/values
//
// Definitive list: https://github.com/pact-foundation/pact_broker/blob/master/spec/lib/pact_broker/api/contracts/verifiable_pacts_json_query_schema_combinations_spec.rb
// Definitive list: https://github.com/pact-foundation/pact_broker/blob/master/spec/lib/pact_broker/api/contracts/pacts_for_verification_json_query_schema_combinations_spec.rb
type ConsumerVersionSelector struct {
Tag string `json:"tag,omitempty"`
FallbackTag string `json:"fallbackTag,omitempty"`
Expand Down

0 comments on commit 86cde8e

Please sign in to comment.