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.5 (latest)
Published
Feb 6, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
10 hours ago

Tools for package owners.