From 13b0d86d7630a89dc94b0a172b2d04ba8a236875 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 28 May 2022 09:44:56 -0400 Subject: New gomplate.Renderer interface Signed-off-by: Dave Henderson --- data/datasource.go | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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 -- cgit v1.2.3