github.com/pdmccormick/importable-docker-buildx@v0.0.0-20240426161518-e47091289030/controller/errdefs/errdefs.pb.go (about)

     1  // Code generated by protoc-gen-gogo. DO NOT EDIT.
     2  // source: errdefs.proto
     3  
     4  package errdefs
     5  
     6  import (
     7  	fmt "fmt"
     8  	proto "github.com/gogo/protobuf/proto"
     9  	_ "github.com/moby/buildkit/solver/pb"
    10  	math "math"
    11  )
    12  
    13  // Reference imports to suppress errors if they are not otherwise used.
    14  var _ = proto.Marshal
    15  var _ = fmt.Errorf
    16  var _ = math.Inf
    17  
    18  // This is a compile-time assertion to ensure that this generated file
    19  // is compatible with the proto package it is being compiled against.
    20  // A compilation error at this line likely means your copy of the
    21  // proto package needs to be updated.
    22  const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    23  
    24  type Build struct {
    25  	Ref                  string   `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"`
    26  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
    27  	XXX_unrecognized     []byte   `json:"-"`
    28  	XXX_sizecache        int32    `json:"-"`
    29  }
    30  
    31  func (m *Build) Reset()         { *m = Build{} }
    32  func (m *Build) String() string { return proto.CompactTextString(m) }
    33  func (*Build) ProtoMessage()    {}
    34  func (*Build) Descriptor() ([]byte, []int) {
    35  	return fileDescriptor_689dc58a5060aff5, []int{0}
    36  }
    37  func (m *Build) XXX_Unmarshal(b []byte) error {
    38  	return xxx_messageInfo_Build.Unmarshal(m, b)
    39  }
    40  func (m *Build) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    41  	return xxx_messageInfo_Build.Marshal(b, m, deterministic)
    42  }
    43  func (m *Build) XXX_Merge(src proto.Message) {
    44  	xxx_messageInfo_Build.Merge(m, src)
    45  }
    46  func (m *Build) XXX_Size() int {
    47  	return xxx_messageInfo_Build.Size(m)
    48  }
    49  func (m *Build) XXX_DiscardUnknown() {
    50  	xxx_messageInfo_Build.DiscardUnknown(m)
    51  }
    52  
    53  var xxx_messageInfo_Build proto.InternalMessageInfo
    54  
    55  func (m *Build) GetRef() string {
    56  	if m != nil {
    57  		return m.Ref
    58  	}
    59  	return ""
    60  }
    61  
    62  func init() {
    63  	proto.RegisterType((*Build)(nil), "errdefs.Build")
    64  }
    65  
    66  func init() { proto.RegisterFile("errdefs.proto", fileDescriptor_689dc58a5060aff5) }
    67  
    68  var fileDescriptor_689dc58a5060aff5 = []byte{
    69  	// 111 bytes of a gzipped FileDescriptorProto
    70  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4d, 0x2d, 0x2a, 0x4a,
    71  	0x49, 0x4d, 0x2b, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x87, 0x72, 0xa5, 0x74, 0xd2,
    72  	0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x73, 0xf3, 0x93, 0x2a, 0xf5, 0x93,
    73  	0x4a, 0x33, 0x73, 0x52, 0xb2, 0x33, 0x4b, 0xf4, 0x8b, 0xf3, 0x73, 0xca, 0x52, 0x8b, 0xf4, 0x0b,
    74  	0x92, 0xf4, 0xf3, 0x0b, 0xa0, 0xda, 0x94, 0x24, 0xb9, 0x58, 0x9d, 0x40, 0xf2, 0x42, 0x02, 0x5c,
    75  	0xcc, 0x41, 0xa9, 0x69, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0x9c, 0x41, 0x20, 0x66, 0x12, 0x1b, 0x58,
    76  	0x85, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x56, 0x52, 0x41, 0x91, 0x69, 0x00, 0x00, 0x00,
    77  }