Skip to content

Commit

Permalink
Merge pull request #464 from marcusvnac/improve_provider_base_url_doc
Browse files Browse the repository at this point in the history
Improving Provider VerifyRequest - ProviderBaseURL documentation.
  • Loading branch information
YOU54F authored Jan 21, 2025
2 parents e9d1115 + 7766ec2 commit 61f9e2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provider/verify_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ type Hook func() error
// VerifyRequest contains the verification params.
type VerifyRequest struct {
// Default URL to hit during provider verification.
//
// If your URL has a base path, make sure the URL includes the schema.
// Otherwise, the [net/url] package will consider it as opaque, and the base path will be lost when the URL is parsed.
ProviderBaseURL string

// Specify one or more additional transports to communicate to the given provider
Expand Down

0 comments on commit 61f9e2a

Please sign in to comment.