1
2
3
4
5
15 package framework
16
17 import proto "github.com/golang/protobuf/proto"
18 import fmt "fmt"
19 import math "math"
20
21
22 var _ = proto.Marshal
23 var _ = fmt.Errorf
24 var _ = math.Inf
25
26
27
28
29
30 const _ = proto.ProtoPackageIsVersion2
31
32
33 type CallTrace struct {
34 Service string `protobuf:"bytes,1,opt,name=Service" json:"Service,omitempty"`
35 Method string `protobuf:"bytes,2,opt,name=Method" json:"Method,omitempty"`
36 Message string `protobuf:"bytes,3,opt,name=Message" json:"Message,omitempty"`
37 }
38
39 func (m *CallTrace) Reset() { *m = CallTrace{} }
40 func (m *CallTrace) String() string { return proto.CompactTextString(m) }
41 func (*CallTrace) ProtoMessage() {}
42 func (*CallTrace) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
43
44 func (m *CallTrace) GetService() string {
45 if m != nil {
46 return m.Service
47 }
48 return ""
49 }
50
51 func (m *CallTrace) GetMethod() string {
52 if m != nil {
53 return m.Method
54 }
55 return ""
56 }
57
58 func (m *CallTrace) GetMessage() string {
59 if m != nil {
60 return m.Message
61 }
62 return ""
63 }
64
65
66 type FrameworkMessageDetail struct {
67 CallTraces []*CallTrace `protobuf:"bytes,1,rep,name=CallTraces" json:"CallTraces,omitempty"`
68 Message string `protobuf:"bytes,2,opt,name=Message" json:"Message,omitempty"`
69 RequestID string `protobuf:"bytes,3,opt,name=RequestID" json:"RequestID,omitempty"`
70 }
71
72 func (m *FrameworkMessageDetail) Reset() { *m = FrameworkMessageDetail{} }
73 func (m *FrameworkMessageDetail) String() string { return proto.CompactTextString(m) }
74 func (*FrameworkMessageDetail) ProtoMessage() {}
75 func (*FrameworkMessageDetail) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
76
77 func (m *FrameworkMessageDetail) GetCallTraces() []*CallTrace {
78 if m != nil {
79 return m.CallTraces
80 }
81 return nil
82 }
83
84 func (m *FrameworkMessageDetail) GetMessage() string {
85 if m != nil {
86 return m.Message
87 }
88 return ""
89 }
90
91 func (m *FrameworkMessageDetail) GetRequestID() string {
92 if m != nil {
93 return m.RequestID
94 }
95 return ""
96 }
97
98 func init() {
99 proto.RegisterType((*CallTrace)(nil), "framework.CallTrace")
100 proto.RegisterType((*FrameworkMessageDetail)(nil), "framework.FrameworkMessageDetail")
101 }
102
103 func init() {
104 proto.RegisterFile("golang.conradwood.net/apis/framework/framework.proto", fileDescriptor0)
105 }
106
107 var fileDescriptor0 = []byte{
108
109 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x32, 0x49, 0xcf, 0xcf, 0x49,
110 0xcc, 0x4b, 0xd7, 0x4b, 0xce, 0xcf, 0x2b, 0x4a, 0x4c, 0x29, 0xcf, 0xcf, 0x4f, 0xd1, 0xcb, 0x4b,
111 0x2d, 0xd1, 0x4f, 0x2c, 0xc8, 0x2c, 0xd6, 0x4f, 0x2b, 0x4a, 0xcc, 0x4d, 0x2d, 0xcf, 0x2f, 0xca,
112 0x46, 0xb0, 0xf4, 0x0a, 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x38, 0xe1, 0x02, 0x4a, 0xe1, 0x5c, 0x9c,
113 0xce, 0x89, 0x39, 0x39, 0x21, 0x45, 0x89, 0xc9, 0xa9, 0x42, 0x12, 0x5c, 0xec, 0xc1, 0xa9, 0x45,
114 0x65, 0x99, 0xc9, 0xa9, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0x9c, 0x41, 0x30, 0xae, 0x90, 0x18, 0x17,
115 0x9b, 0x6f, 0x6a, 0x49, 0x46, 0x7e, 0x8a, 0x04, 0x13, 0x58, 0x02, 0xca, 0x03, 0xe9, 0xf0, 0x4d,
116 0x2d, 0x2e, 0x4e, 0x4c, 0x4f, 0x95, 0x60, 0x86, 0xe8, 0x80, 0x72, 0x95, 0xda, 0x18, 0xb9, 0xc4,
117 0xdc, 0x60, 0xd6, 0x40, 0x05, 0x5d, 0x52, 0x4b, 0x12, 0x33, 0x73, 0x84, 0x4c, 0xb8, 0xb8, 0xe0,
118 0x76, 0x16, 0x4b, 0x30, 0x2a, 0x30, 0x6b, 0x70, 0x1b, 0x89, 0xe8, 0x21, 0x1c, 0x09, 0x97, 0x0c,
119 0x42, 0x52, 0x87, 0x6c, 0x15, 0x13, 0x8a, 0x55, 0x42, 0x32, 0x5c, 0x9c, 0x41, 0xa9, 0x85, 0xa5,
120 0xa9, 0xc5, 0x25, 0x9e, 0x2e, 0x50, 0x67, 0x20, 0x04, 0x9c, 0xdc, 0xb9, 0xe4, 0xb1, 0x06, 0x12,
121 0xc2, 0xc2, 0x28, 0x15, 0x62, 0x42, 0x31, 0x89, 0x0d, 0x1c, 0x78, 0xc6, 0x80, 0x00, 0x00, 0x00,
122 0xff, 0xff, 0xfc, 0x4e, 0x80, 0x9e, 0x74, 0x01, 0x00, 0x00,
123 }
124
View as plain text