| 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 | } |
| 96 | type AnyValue_ArrayValue struct { |
| 97 | ArrayValue *ArrayValue `protobuf:"bytes,5,opt,name=array_value,json=arrayValue,proto3,oneof" json:"array_value,omitempty"` |
| 98 | } |
nothing calls this directly
no outgoing calls
no test coverage detected