diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2022-05-28 09:44:56 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2022-06-12 16:56:00 -0400 |
| commit | 13b0d86d7630a89dc94b0a172b2d04ba8a236875 (patch) | |
| tree | 5c5a39d70efdc30f8df19a71edab828244701e73 /data | |
| parent | 0158ecc5e479c514898f406db63454e3570c56c6 (diff) | |
New gomplate.Renderer interface
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'data')
| -rw-r--r-- | data/datasource.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/datasource.go b/data/datasource.go index adeb4a4b..a28a66f7 100644 --- a/data/datasource.go +++ b/data/datasource.go @@ -140,6 +140,7 @@ func FromConfig(ctx context.Context, cfg *config.Config) *Data { } // Source - a data source +// Deprecated: will be replaced in future type Source struct { Alias string URL *url.URL |
