...

Source file src/google.golang.org/protobuf/internal/genid/go_features_gen.go

Documentation: google.golang.org/protobuf/internal/genid

     1  // 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  
     5  // Code generated by generate-protos. DO NOT EDIT.
     6  
     7  package genid
     8  
     9  import (
    10  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    11  )
    12  
    13  const File_google_protobuf_go_features_proto = "google/protobuf/go_features.proto"
    14  
    15  // Names for google.protobuf.GoFeatures.
    16  const (
    17  	GoFeatures_message_name     protoreflect.Name     = "GoFeatures"
    18  	GoFeatures_message_fullname protoreflect.FullName = "google.protobuf.GoFeatures"
    19  )
    20  
    21  // Field names for google.protobuf.GoFeatures.
    22  const (
    23  	GoFeatures_LegacyUnmarshalJsonEnum_field_name protoreflect.Name = "legacy_unmarshal_json_enum"
    24  
    25  	GoFeatures_LegacyUnmarshalJsonEnum_field_fullname protoreflect.FullName = "google.protobuf.GoFeatures.legacy_unmarshal_json_enum"
    26  )
    27  
    28  // Field numbers for google.protobuf.GoFeatures.
    29  const (
    30  	GoFeatures_LegacyUnmarshalJsonEnum_field_number protoreflect.FieldNumber = 1
    31  )
    32  

View as plain text