Files
releases/util
Stephan Renatus 5b07711891 ast: allow passing in []string, not only []interface{}
With this, where before we've gotten

    ast: illegal value: []string

and had worked around it by converting all our []string inputs to
[]interface{}, it now would work to pass in the []string values as-is.

This adds a roundtrip through the JSON encoding to both the rego.Input,
and the inmem store's Write.

Signed-off-by: Stephan Renatus <srenatus@chef.io>
2018-03-13 09:35:14 -07:00
..
2017-09-07 11:40:22 -07:00
2016-08-02 16:57:15 -07:00
2017-04-26 15:04:48 -07:00
2017-04-26 15:04:48 -07:00
2017-04-26 15:04:48 -07:00