c5de71a424
In state values, we need to be able to distinguish between zero values (e.g. `false`) and unset values (e.g. `nil`). We can alternatively use protobuf `oneOf` and nested map to ensure consistency of fields that are set together, but the golang representation does not represent that well and introducing a mismatch between representations. Thus, I opted not to use it. |
||
---|---|---|
.. | ||
cmd/example | ||
proto | ||
client.go | ||
device.go | ||
mock.go | ||
plugin.go | ||
plugin_test.go | ||
server.go | ||
util.go |