blob: 9404270de0ba322eabc3d8182b6c01bffc1aaba3 [file] [log] [blame]
khenaidoo106c61a2021-08-11 18:05:46 -04001// 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
Abhay Kumara61c5222025-11-10 07:32:50 +00007import "google.golang.org/protobuf/reflect/protoreflect"
khenaidoo106c61a2021-08-11 18:05:46 -04008
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)