Files

6 lines
359 B
Plaintext
Raw Permalink Normal View History

2022-05-17 13:26:34 -04:00
<!-- Code generated from the comments of the Config struct in datasource/http/data.go; DO NOT EDIT MANUALLY -->
2022-05-17 20:03:49 +02:00
- `url` (string) - The URL to request data from. This URL must respond with a `200 OK` response and a `text/*` or `application/json` Content-Type.
2022-05-17 13:26:34 -04:00
<!-- End of code generated from the comments of the Config struct in datasource/http/data.go; -->