Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hashicorp/hcat

Tags

v0.2.0

Toggle v0.2.0's commit message
fix issue returning typed nil pointers

These functions returned typed pointers as their data field. Template
execution didn't like these typed nil pointer values when looking up
data on them. Changing them to return untyped pointers with an function
signature returning interface{} fixes this as the template knows to have
these always return `<no value>`.

Port of consul-template fix.
PR: #1535

v0.1.0

Toggle v0.1.0's commit message
remove some redudancy and add query options

Change fake deps to store saved QueryOptions to enables testing their
being set properly.