()
| 322 | return "google.protobuf.ListValue" |
| 323 | } |
| 324 | func init() { |
| 325 | proto.RegisterEnum("google.protobuf.NullValue", NullValue_name, NullValue_value) |
| 326 | proto.RegisterType((*Struct)(nil), "google.protobuf.Struct") |
| 327 | proto.RegisterMapType((map[string]*Value)(nil), "google.protobuf.Struct.FieldsEntry") |
| 328 | proto.RegisterType((*Value)(nil), "google.protobuf.Value") |
| 329 | proto.RegisterType((*ListValue)(nil), "google.protobuf.ListValue") |
| 330 | } |
| 331 | |
| 332 | func init() { proto.RegisterFile("google/protobuf/struct.proto", fileDescriptor_df322afd6c9fb402) } |
| 333 |
nothing calls this directly
no test coverage detected
searching dependent graphs…