summary refs log tree commit diff stats
path: root/types.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-03 20:43:32 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-03 20:43:32 -0400
commite988045d87f1a413daca3affb8bb381f1eb9d297 (patch)
tree70def001466ebc78c2bb281250f5bb129f57aa84 /types.go
parent44ade3d1fed0f02f174a659f93b0075f67834352 (diff)
downloadgetwtxt-e988045d87f1a413daca3affb8bb381f1eb9d297.tar.gz
adding version to index template v0.2.0
Diffstat (limited to 'types.go')
-rw-r--r--types.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.go b/types.go
index 5032c5a..16f3c55 100644
--- a/types.go
+++ b/types.go
@@ -27,6 +27,7 @@ type Configuration struct {
 
 // Instance refers to this specific instance of getwtxt
 type Instance struct {
+	Vers  string `json:"-"`
 	Name  string `json:"Instance.SiteName"`
 	URL   string `json:"Instance.URL"`
 	Owner string `json:"Instance.OwnerName"`