open-nomad/plugins
Mahmood Ali 938e916d9c When serializing msgpack, only consider codec tag
When serializing structs with msgpack, only consider type tags of
`codec`.

Hashicorp/go-msgpack (based on ugorji/go) defaults to interpretting
`codec` tag if it's available, but falls to using `json` if `codec`
isn't present.

This behavior is surprising in cases where we want to serialize json
differently from msgpack, e.g. serializing `ConsulExposeConfig`.
2020-05-11 14:14:10 -04:00
..
base When serializing msgpack, only consider codec tag 2020-05-11 14:14:10 -04:00
csi csi: fix mount validation (#7869) 2020-05-05 15:13:07 -04:00
device update grpc 2020-03-03 08:39:54 -05:00
drivers fix spelling errors (#6985) 2020-04-20 09:28:19 -04:00
shared update grpc 2020-03-03 08:39:54 -05:00
serve.go plugins: Add support for serving driver plugins 2018-12-01 17:30:54 +01:00