This file is indexed.

/usr/share/gocode/src/go.pedge.io/lion/example/current/main.pb.go is in golang-go.pedge-lion-dev 0.0~git20171203.2a81062-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: example/current/main.proto

package main

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

// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package

type Bar struct {
	One string `protobuf:"bytes,1,opt,name=one" json:"one,omitempty"`
}

func (m *Bar) Reset()                    { *m = Bar{} }
func (m *Bar) String() string            { return proto.CompactTextString(m) }
func (*Bar) ProtoMessage()               {}
func (*Bar) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }

func (m *Bar) GetOne() string {
	if m != nil {
		return m.One
	}
	return ""
}

type Foo struct {
	Bar   *Bar   `protobuf:"bytes,1,opt,name=bar" json:"bar,omitempty"`
	Two   string `protobuf:"bytes,2,opt,name=two" json:"two,omitempty"`
	Three uint64 `protobuf:"varint,3,opt,name=three" json:"three,omitempty"`
}

func (m *Foo) Reset()                    { *m = Foo{} }
func (m *Foo) String() string            { return proto.CompactTextString(m) }
func (*Foo) ProtoMessage()               {}
func (*Foo) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }

func (m *Foo) GetBar() *Bar {
	if m != nil {
		return m.Bar
	}
	return nil
}

func (m *Foo) GetTwo() string {
	if m != nil {
		return m.Two
	}
	return ""
}

func (m *Foo) GetThree() uint64 {
	if m != nil {
		return m.Three
	}
	return 0
}

func init() {
	proto.RegisterType((*Bar)(nil), "main.Bar")
	proto.RegisterType((*Foo)(nil), "main.Foo")
}

func init() { proto.RegisterFile("example/current/main.proto", fileDescriptor0) }

var fileDescriptor0 = []byte{
	// 141 bytes of a gzipped FileDescriptorProto
	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4a, 0xad, 0x48, 0xcc,
	0x2d, 0xc8, 0x49, 0xd5, 0x4f, 0x2e, 0x2d, 0x2a, 0x4a, 0xcd, 0x2b, 0xd1, 0xcf, 0x4d, 0xcc, 0xcc,
	0xd3, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x01, 0xb1, 0x95, 0xc4, 0xb9, 0x98, 0x9d, 0x12,
	0x8b, 0x84, 0x04, 0xb8, 0x98, 0xf3, 0xf3, 0x52, 0x25, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0x40,
	0x4c, 0x25, 0x2f, 0x2e, 0x66, 0xb7, 0xfc, 0x7c, 0x21, 0x69, 0x2e, 0xe6, 0xa4, 0xc4, 0x22, 0xb0,
	0x04, 0xb7, 0x11, 0xa7, 0x1e, 0x58, 0xbf, 0x53, 0x62, 0x51, 0x10, 0x48, 0x14, 0xa4, 0xab, 0xa4,
	0x3c, 0x5f, 0x82, 0x09, 0xa2, 0xab, 0xa4, 0x3c, 0x5f, 0x48, 0x84, 0x8b, 0xb5, 0x24, 0xa3, 0x28,
	0x35, 0x55, 0x82, 0x59, 0x81, 0x51, 0x83, 0x25, 0x08, 0xc2, 0x49, 0x62, 0x03, 0xdb, 0x68, 0x0c,
	0x08, 0x00, 0x00, 0xff, 0xff, 0x18, 0xbe, 0x99, 0xe0, 0x8f, 0x00, 0x00, 0x00,
}