diff options
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 |
