hashicorp / sentinel-sdk

This SDK allows developers to extend Sentinel to source external information for use in their policies.
Mozilla Public License 2.0
51 stars 13 forks source link

encoding: struct field marshaling fixes #35

Closed vancluever closed 5 years ago

vancluever commented 5 years ago

This fixes a couple of things having to do with how we marshal structs into Sentinel RPC objects:

Also, there has been a lot of package-level documentation added to the framework package to assist with guidance when using GoDoc as a reference.