| 88 | BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof" json:"bool_value,omitempty"` |
| 89 | } |
| 90 | type AnyValue_IntValue struct { |
| 91 | IntValue int64 `protobuf:"varint,3,opt,name=int_value,json=intValue,proto3,oneof" json:"int_value,omitempty"` |
| 92 | } |
| 93 | type AnyValue_DoubleValue struct { |
| 94 | DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,proto3,oneof" json:"double_value,omitempty"` |
| 95 | } |
nothing calls this directly
no outgoing calls
no test coverage detected