github.com/cosmos/cosmos-proto@v1.0.0-beta.3/features/protoc/genid/source_context_gen.go (about)

     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_source_context_proto = "google/protobuf/source_context.proto"
    14  
    15  // Names for google.protobuf.SourceContext.
    16  const (
    17  	SourceContext_message_name     protoreflect.Name     = "SourceContext"
    18  	SourceContext_message_fullname protoreflect.FullName = "google.protobuf.SourceContext"
    19  )
    20  
    21  // Field names for google.protobuf.SourceContext.
    22  const (
    23  	SourceContext_FileName_field_name protoreflect.Name = "file_name"
    24  
    25  	SourceContext_FileName_field_fullname protoreflect.FullName = "google.protobuf.SourceContext.file_name"
    26  )
    27  
    28  // Field numbers for google.protobuf.SourceContext.
    29  const (
    30  	SourceContext_FileName_field_number protoreflect.FieldNumber = 1
    31  )