// Code generated by protoc-gen-go. DO NOT EDIT. // source: synchronization/core/problem.proto package core 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 Problem struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Problem) Reset() { *m = Problem{} } func (m *Problem) String() string { return proto.CompactTextString(m) } func (*Problem) ProtoMessage() {} func (*Problem) Descriptor() ([]byte, []int) { return fileDescriptor_c69c1ae42800a2d2, []int{0} } func (m *Problem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Problem.Unmarshal(m, b) } func (m *Problem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Problem.Marshal(b, m, deterministic) } func (m *Problem) XXX_Merge(src proto.Message) { xxx_messageInfo_Problem.Merge(m, src) } func (m *Problem) XXX_Size() int { return xxx_messageInfo_Problem.Size(m) } func (m *Problem) XXX_DiscardUnknown() { xxx_messageInfo_Problem.DiscardUnknown(m) } var xxx_messageInfo_Problem proto.InternalMessageInfo func (m *Problem) GetPath() string { if m != nil { return m.Path } return "" } func (m *Problem) GetError() string { if m != nil { return m.Error } return "" } func init() { proto.RegisterType((*Problem)(nil), "core.Problem") } func init() { proto.RegisterFile("synchronization/core/problem.proto", fileDescriptor_c69c1ae42800a2d2) } var fileDescriptor_c69c1ae42800a2d2 = []byte{ // 142 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2a, 0xae, 0xcc, 0x4b, 0xce, 0x28, 0xca, 0xcf, 0xcb, 0xac, 0x4a, 0x2c, 0xc9, 0xcc, 0xcf, 0xd3, 0x4f, 0xce, 0x2f, 0x4a, 0xd5, 0x2f, 0x28, 0xca, 0x4f, 0xca, 0x49, 0xcd, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x01, 0x89, 0x29, 0x19, 0x73, 0xb1, 0x07, 0x40, 0x84, 0x85, 0x84, 0xb8, 0x58, 0x0a, 0x12, 0x4b, 0x32, 0x24, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0xc0, 0x6c, 0x21, 0x11, 0x2e, 0xd6, 0xd4, 0xa2, 0xa2, 0xfc, 0x22, 0x09, 0x26, 0xb0, 0x20, 0x84, 0xe3, 0x64, 0x11, 0x65, 0x96, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x9f, 0x5b, 0x5a, 0x92, 0x98, 0x9e, 0x9a, 0xa7, 0x9b, 0x99, 0x0f, 0x63, 0xea, 0x17, 0x64, 0xa7, 0xeb, 0x63, 0x73, 0x42, 0x12, 0x1b, 0xd8, 0x6e, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb1, 0x50, 0x4f, 0x6f, 0xa1, 0x00, 0x00, 0x00, }