diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2024-07-02 19:50:38 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2024-07-02 19:50:38 +0800 |
| commit | 5e77de0e60a654fe4f86c8ea3f551d183b451413 (patch) | |
| tree | 03b8ef8942cf4cf9f588325a83c06c9e5ad54fd2 /vendor/github.com/golang/protobuf/jsonpb/decode.go | |
| parent | Licensing: skip modules with fewer subdirs than mods (diff) | |
| download | kubeedge-5e77de0e60a654fe4f86c8ea3f551d183b451413.tar.gz | |
update related vendor for k8s v1.27.15
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'vendor/github.com/golang/protobuf/jsonpb/decode.go')
| -rw-r--r-- | vendor/github.com/golang/protobuf/jsonpb/decode.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/golang/protobuf/jsonpb/decode.go b/vendor/github.com/golang/protobuf/jsonpb/decode.go index 6c16c255f..c6f66f103 100644 --- a/vendor/github.com/golang/protobuf/jsonpb/decode.go +++ b/vendor/github.com/golang/protobuf/jsonpb/decode.go @@ -56,6 +56,7 @@ type Unmarshaler struct { // implement JSONPBMarshaler so that the custom format can be produced. // // The JSON unmarshaling must follow the JSON to proto specification: +// // https://developers.google.com/protocol-buffers/docs/proto3#json // // Deprecated: Custom types should implement protobuf reflection instead. |
