summaryrefslogtreecommitdiff
path: root/vendor/github.com/jhump/protoreflect/codec/doc.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-23 14:54:24 -0600
committermo khan <mo@mokhan.ca>2025-05-23 14:54:24 -0600
commit3d6cdf0b3d6fa23509208e2355a7b7d26400a8ea (patch)
tree039bdf57b99061844aeb0fe55ad0bc1c864166af /vendor/github.com/jhump/protoreflect/codec/doc.go
parent0ba49bfbde242920d8675a193d7af89420456fc0 (diff)
parent4beee46dc6c7642316e118a4d3aa51e4b407256e (diff)
Merge branch 'envoy-jwt-authn' into 'main'
Add External Authorization Service with Envoy Integration See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!9
Diffstat (limited to 'vendor/github.com/jhump/protoreflect/codec/doc.go')
-rw-r--r--vendor/github.com/jhump/protoreflect/codec/doc.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/jhump/protoreflect/codec/doc.go b/vendor/github.com/jhump/protoreflect/codec/doc.go
new file mode 100644
index 0000000..f76499f
--- /dev/null
+++ b/vendor/github.com/jhump/protoreflect/codec/doc.go
@@ -0,0 +1,7 @@
+// Package codec contains a reader/write type that assists with encoding
+// and decoding protobuf's binary representation.
+//
+// The code in this package began as a fork of proto.Buffer but provides
+// additional API to make it more useful to code that needs to dynamically
+// process or produce the protobuf binary format.
+package codec