summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2020-05-21 21:59:33 -0400
committerDave Henderson <dhenderson@gmail.com>2020-05-21 21:59:33 -0400
commitd954aa2edae91009fcc0b0eea5e622958a8d8b67 (patch)
treee373b2a70045db608777cfd2accae6a4c36ec77d /config.go
parentcea6c6ec234198ece9155077672193229d5093b7 (diff)
Deprecate legacy config struct
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'config.go')
-rw-r--r--config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.go b/config.go
index 913370a5..49629248 100644
--- a/config.go
+++ b/config.go
@@ -9,6 +9,9 @@ import (
// Config - values necessary for rendering templates with gomplate.
// Mainly for use by the CLI
+//
+// Deprecated: this type will be phased out, internal/config.Config is used
+// everywhere else, and will be exposed as API in a future version
type Config struct {
Input string
InputFiles []string