-
Notifications
You must be signed in to change notification settings - Fork 0
/
stop_areas.pb.go
104 lines (89 loc) · 3.65 KB
/
stop_areas.pb.go
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: stop_areas.proto
package external_models
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
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.ProtoPackageIsVersion3 // please upgrade the proto package
type ExternalStopArea struct {
Objectid string `protobuf:"bytes,1,opt,name=objectid,proto3" json:"objectid,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Longitude float64 `protobuf:"fixed64,3,opt,name=longitude,proto3" json:"longitude,omitempty"`
Latitude float64 `protobuf:"fixed64,4,opt,name=latitude,proto3" json:"latitude,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ExternalStopArea) Reset() { *m = ExternalStopArea{} }
func (m *ExternalStopArea) String() string { return proto.CompactTextString(m) }
func (*ExternalStopArea) ProtoMessage() {}
func (*ExternalStopArea) Descriptor() ([]byte, []int) {
return fileDescriptor_82d1dca9db066224, []int{0}
}
func (m *ExternalStopArea) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ExternalStopArea.Unmarshal(m, b)
}
func (m *ExternalStopArea) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ExternalStopArea.Marshal(b, m, deterministic)
}
func (m *ExternalStopArea) XXX_Merge(src proto.Message) {
xxx_messageInfo_ExternalStopArea.Merge(m, src)
}
func (m *ExternalStopArea) XXX_Size() int {
return xxx_messageInfo_ExternalStopArea.Size(m)
}
func (m *ExternalStopArea) XXX_DiscardUnknown() {
xxx_messageInfo_ExternalStopArea.DiscardUnknown(m)
}
var xxx_messageInfo_ExternalStopArea proto.InternalMessageInfo
func (m *ExternalStopArea) GetObjectid() string {
if m != nil {
return m.Objectid
}
return ""
}
func (m *ExternalStopArea) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *ExternalStopArea) GetLongitude() float64 {
if m != nil {
return m.Longitude
}
return 0
}
func (m *ExternalStopArea) GetLatitude() float64 {
if m != nil {
return m.Latitude
}
return 0
}
func init() {
proto.RegisterType((*ExternalStopArea)(nil), "external_models.ExternalStopArea")
}
func init() { proto.RegisterFile("stop_areas.proto", fileDescriptor_82d1dca9db066224) }
var fileDescriptor_82d1dca9db066224 = []byte{
// 147 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x28, 0x2e, 0xc9, 0x2f,
0x88, 0x4f, 0x2c, 0x4a, 0x4d, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x4f, 0xad,
0x28, 0x49, 0x2d, 0xca, 0x4b, 0xcc, 0x89, 0xcf, 0xcd, 0x4f, 0x49, 0xcd, 0x29, 0x56, 0xaa, 0xe1,
0x12, 0x70, 0x85, 0x0a, 0x05, 0x97, 0xe4, 0x17, 0x38, 0x16, 0xa5, 0x26, 0x0a, 0x49, 0x71, 0x71,
0xe4, 0x27, 0x65, 0xa5, 0x26, 0x97, 0x64, 0xa6, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0xc1,
0xf9, 0x42, 0x42, 0x5c, 0x2c, 0x79, 0x89, 0xb9, 0xa9, 0x12, 0x4c, 0x60, 0x71, 0x30, 0x5b, 0x48,
0x86, 0x8b, 0x33, 0x27, 0x3f, 0x2f, 0x3d, 0xb3, 0xa4, 0x34, 0x25, 0x55, 0x82, 0x59, 0x81, 0x51,
0x83, 0x31, 0x08, 0x21, 0x00, 0x32, 0x2d, 0x27, 0xb1, 0x04, 0x22, 0xc9, 0x02, 0x96, 0x84, 0xf3,
0x93, 0xd8, 0xc0, 0xae, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x45, 0xa7, 0xeb, 0xa9, 0xa9,
0x00, 0x00, 0x00,
}