blob: 9404270de0ba322eabc3d8182b6c01bffc1aaba3 [file] [log] [blame]
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00001// Copyright 2019 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package genid
6
balaji.nagarajan8a2a7ee2026-06-19 22:31:13 +05307import "google.golang.org/protobuf/reflect/protoreflect"
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00008
9// Generic field name and number for messages in wrappers.proto.
10const (
11 WrapperValue_Value_field_name protoreflect.Name = "value"
12 WrapperValue_Value_field_number protoreflect.FieldNumber = 1
13)