| 100 | KvlistValue *KeyValueList `protobuf:"bytes,6,opt,name=kvlist_value,json=kvlistValue,proto3,oneof" json:"kvlist_value,omitempty"` |
| 101 | } |
| 102 | type AnyValue_BytesValue struct { |
| 103 | BytesValue []byte `protobuf:"bytes,7,opt,name=bytes_value,json=bytesValue,proto3,oneof" json:"bytes_value,omitempty"` |
| 104 | } |
| 105 | |
| 106 | func (*AnyValue_StringValue) isAnyValue_Value() {} |
| 107 | func (*AnyValue_BoolValue) isAnyValue_Value() {} |
nothing calls this directly
no outgoing calls
no test coverage detected