| 82 | } |
| 83 | |
| 84 | type AnyValue_StringValue struct { |
| 85 | StringValue string `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof" json:"string_value,omitempty"` |
| 86 | } |
| 87 | type AnyValue_BoolValue struct { |
| 88 | BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof" json:"bool_value,omitempty"` |
| 89 | } |
nothing calls this directly
no outgoing calls
no test coverage detected