You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
970 B

  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. // Code generated by generate-protos. DO NOT EDIT.
  5. package genid
  6. import (
  7. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  8. )
  9. const File_google_protobuf_source_context_proto = "google/protobuf/source_context.proto"
  10. // Names for google.protobuf.SourceContext.
  11. const (
  12. SourceContext_message_name protoreflect.Name = "SourceContext"
  13. SourceContext_message_fullname protoreflect.FullName = "google.protobuf.SourceContext"
  14. )
  15. // Field names for google.protobuf.SourceContext.
  16. const (
  17. SourceContext_FileName_field_name protoreflect.Name = "file_name"
  18. SourceContext_FileName_field_fullname protoreflect.FullName = "google.protobuf.SourceContext.file_name"
  19. )
  20. // Field numbers for google.protobuf.SourceContext.
  21. const (
  22. SourceContext_FileName_field_number protoreflect.FieldNumber = 1
  23. )