protobufgoogle.golang.org/protobuf/internal/editionssupport Index | Files

package editionssupport

import "google.golang.org/protobuf/internal/editionssupport"

Package editionssupport defines constants for editions that are supported.

Index

Constants

const (
	Minimum = descriptorpb.Edition_EDITION_PROTO2
	Maximum = descriptorpb.Edition_EDITION_2023

	// MaximumKnown is the maximum edition that is known to Go Protobuf, but not
	// declared as supported. In other words: end users cannot use it, but
	// testprotos inside Go Protobuf can.
	MaximumKnown = descriptorpb.Edition_EDITION_2024
)

Source Files

editions.go

Version
v1.36.4
Published
Jan 24, 2025
Platform
js/wasm
Imports
1 packages
Last checked
4 hours ago

Tools for package owners.