open-nomad/plugins/shared/structs/proto
Mahmood Ali c5de71a424 Allow nullable fields in StatValues
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.
2018-11-14 14:41:19 -05:00
..
attribute.pb.go Regenerate proto files with protoc-gen-go@v1.2.0 2018-11-14 09:01:26 -05:00
attribute.proto Units defined and parsing 2018-10-11 23:30:28 -07:00
stats.pb.go Allow nullable fields in StatValues 2018-11-14 14:41:19 -05:00
stats.proto Allow nullable fields in StatValues 2018-11-14 14:41:19 -05:00