51 lines
2.4 KiB
Go
51 lines
2.4 KiB
Go
// Code generated by protoc-gen-go.
|
|
// source: google.golang.org/genproto/protobuf/source_context.proto
|
|
// DO NOT EDIT!
|
|
|
|
package descriptor // import "google.golang.org/genproto/protobuf"
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
import fmt "fmt"
|
|
import math "math"
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// `SourceContext` represents information about the source of a
|
|
// protobuf element, like the file in which it is defined.
|
|
type SourceContext struct {
|
|
// The path-qualified name of the .proto file that contained the associated
|
|
// protobuf element. For example: `"google/protobuf/source_context.proto"`.
|
|
FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
|
|
}
|
|
|
|
func (m *SourceContext) Reset() { *m = SourceContext{} }
|
|
func (m *SourceContext) String() string { return proto.CompactTextString(m) }
|
|
func (*SourceContext) ProtoMessage() {}
|
|
func (*SourceContext) Descriptor() ([]byte, []int) { return fileDescriptor3, []int{0} }
|
|
|
|
func init() {
|
|
proto.RegisterType((*SourceContext)(nil), "google.protobuf.SourceContext")
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterFile("google.golang.org/genproto/protobuf/source_context.proto", fileDescriptor3)
|
|
}
|
|
|
|
var fileDescriptor3 = []byte{
|
|
// 173 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xb2, 0x48, 0xcf, 0xcf, 0x4f,
|
|
0xcf, 0x49, 0xd5, 0x4b, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0xcb, 0x2f, 0x4a, 0xd7, 0x4f, 0x4f,
|
|
0xcd, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0xd7, 0x07, 0x93, 0x49, 0xa5, 0x69, 0xfa, 0xc5, 0xf9, 0xa5,
|
|
0x45, 0xc9, 0xa9, 0xf1, 0xc9, 0xf9, 0x79, 0x25, 0xa9, 0x15, 0x25, 0x7a, 0x60, 0x71, 0x21, 0x7e,
|
|
0xa8, 0x4e, 0x98, 0x2a, 0x25, 0x1d, 0x2e, 0xde, 0x60, 0xb0, 0x42, 0x67, 0x88, 0x3a, 0x21, 0x69,
|
|
0x2e, 0xce, 0xb4, 0xcc, 0x9c, 0xd4, 0xf8, 0xbc, 0xc4, 0xdc, 0x54, 0x09, 0x46, 0x05, 0x46, 0x0d,
|
|
0xce, 0x20, 0x0e, 0x90, 0x80, 0x5f, 0x62, 0x6e, 0xaa, 0x53, 0x10, 0x97, 0x70, 0x72, 0x7e, 0xae,
|
|
0x1e, 0x9a, 0x21, 0x4e, 0x42, 0x28, 0x46, 0x04, 0x80, 0x84, 0x03, 0x18, 0x17, 0x31, 0x31, 0xbb,
|
|
0x07, 0x38, 0xad, 0x62, 0x92, 0x73, 0x87, 0xa8, 0x0e, 0x80, 0xaa, 0xd6, 0x0b, 0x4f, 0xcd, 0xc9,
|
|
0xf1, 0xce, 0xcb, 0x2f, 0xcf, 0x0b, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x1b, 0x63, 0x0c,
|
|
0x08, 0x00, 0x00, 0xff, 0xff, 0x9d, 0x32, 0x53, 0x9f, 0xd5, 0x00, 0x00, 0x00,
|
|
}
|