1// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: synchronization/core/problem.proto
3
4package core
5
6import (
7	fmt "fmt"
8	proto "github.com/golang/protobuf/proto"
9	math "math"
10)
11
12// Reference imports to suppress errors if they are not otherwise used.
13var _ = proto.Marshal
14var _ = fmt.Errorf
15var _ = math.Inf
16
17// This is a compile-time assertion to ensure that this generated file
18// is compatible with the proto package it is being compiled against.
19// A compilation error at this line likely means your copy of the
20// proto package needs to be updated.
21const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
22
23type Problem struct {
24	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
25	Error                string   `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
26	XXX_NoUnkeyedLiteral struct{} `json:"-"`
27	XXX_unrecognized     []byte   `json:"-"`
28	XXX_sizecache        int32    `json:"-"`
29}
30
31func (m *Problem) Reset()         { *m = Problem{} }
32func (m *Problem) String() string { return proto.CompactTextString(m) }
33func (*Problem) ProtoMessage()    {}
34func (*Problem) Descriptor() ([]byte, []int) {
35	return fileDescriptor_c69c1ae42800a2d2, []int{0}
36}
37
38func (m *Problem) XXX_Unmarshal(b []byte) error {
39	return xxx_messageInfo_Problem.Unmarshal(m, b)
40}
41func (m *Problem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
42	return xxx_messageInfo_Problem.Marshal(b, m, deterministic)
43}
44func (m *Problem) XXX_Merge(src proto.Message) {
45	xxx_messageInfo_Problem.Merge(m, src)
46}
47func (m *Problem) XXX_Size() int {
48	return xxx_messageInfo_Problem.Size(m)
49}
50func (m *Problem) XXX_DiscardUnknown() {
51	xxx_messageInfo_Problem.DiscardUnknown(m)
52}
53
54var xxx_messageInfo_Problem proto.InternalMessageInfo
55
56func (m *Problem) GetPath() string {
57	if m != nil {
58		return m.Path
59	}
60	return ""
61}
62
63func (m *Problem) GetError() string {
64	if m != nil {
65		return m.Error
66	}
67	return ""
68}
69
70func init() {
71	proto.RegisterType((*Problem)(nil), "core.Problem")
72}
73
74func init() { proto.RegisterFile("synchronization/core/problem.proto", fileDescriptor_c69c1ae42800a2d2) }
75
76var fileDescriptor_c69c1ae42800a2d2 = []byte{
77	// 142 bytes of a gzipped FileDescriptorProto
78	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2a, 0xae, 0xcc, 0x4b,
79	0xce, 0x28, 0xca, 0xcf, 0xcb, 0xac, 0x4a, 0x2c, 0xc9, 0xcc, 0xcf, 0xd3, 0x4f, 0xce, 0x2f, 0x4a,
80	0xd5, 0x2f, 0x28, 0xca, 0x4f, 0xca, 0x49, 0xcd, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62,
81	0x01, 0x89, 0x29, 0x19, 0x73, 0xb1, 0x07, 0x40, 0x84, 0x85, 0x84, 0xb8, 0x58, 0x0a, 0x12, 0x4b,
82	0x32, 0x24, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0xc0, 0x6c, 0x21, 0x11, 0x2e, 0xd6, 0xd4, 0xa2,
83	0xa2, 0xfc, 0x22, 0x09, 0x26, 0xb0, 0x20, 0x84, 0xe3, 0x64, 0x11, 0x65, 0x96, 0x9e, 0x59, 0x92,
84	0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x9f, 0x5b, 0x5a, 0x92, 0x98, 0x9e, 0x9a, 0xa7, 0x9b,
85	0x99, 0x0f, 0x63, 0xea, 0x17, 0x64, 0xa7, 0xeb, 0x63, 0x73, 0x42, 0x12, 0x1b, 0xd8, 0x6e, 0x63,
86	0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb1, 0x50, 0x4f, 0x6f, 0xa1, 0x00, 0x00, 0x00,
87}
88