Skip to content

Commit

Permalink
Merge pull request #1 from K-Phoen/datasource-with-credentials
Browse files Browse the repository at this point in the history
Add WithCredentials field to datasources
  • Loading branch information
K-Phoen authored Dec 18, 2021
2 parents adef1e5 + 9e48341 commit c4cd0c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type Datasource struct {
BasicAuth *bool `json:"basicAuth,omitempty"`
BasicAuthUser *string `json:"basicAuthUser,omitempty"`
BasicAuthPassword *string `json:"basicAuthPassword,omitempty"`
WithCredentials bool `json:"withCredentials"`
IsDefault bool `json:"isDefault"`
JSONData interface{} `json:"jsonData"`
SecureJSONData interface{} `json:"secureJsonData"`
Expand Down

0 comments on commit c4cd0c9

Please sign in to comment.