Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Istio Config: Handle uniform parsing of ptype.struct #134

@mandarjog

Description

@mandarjog

This is required for istio config

golang proto.jsonpb does not yet support Unmarshaling proto.Any and ptype.Struct
Other languages (python / Java / C++) do not have this problem.

gogo/protobuf#197
golang/protobuf#216
golang/protobuf#208

It can be worked around by using standard go json or yaml for decoders.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions