package moby_buildkit_v1_apicaps

import "github.com/moby/buildkit/util/apicaps/pb"

Index

Variables

var (
	ErrInvalidLengthCaps        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCaps          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCaps = fmt.Errorf("proto: unexpected end of group")
)

Types

type APICap

type APICap struct {
	ID                   string   `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Enabled              bool     `protobuf:"varint,2,opt,name=Enabled,proto3" json:"Enabled,omitempty"`
	Deprecated           bool     `protobuf:"varint,3,opt,name=Deprecated,proto3" json:"Deprecated,omitempty"`
	DisabledReason       string   `protobuf:"bytes,4,opt,name=DisabledReason,proto3" json:"DisabledReason,omitempty"`
	DisabledReasonMsg    string   `protobuf:"bytes,5,opt,name=DisabledReasonMsg,proto3" json:"DisabledReasonMsg,omitempty"`
	DisabledAlternative  string   `protobuf:"bytes,6,opt,name=DisabledAlternative,proto3" json:"DisabledAlternative,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

APICap defines a capability supported by the service

func (*APICap) Descriptor

func (*APICap) Descriptor() ([]byte, []int)

func (*APICap) GetDeprecated

func (m *APICap) GetDeprecated() bool

func (*APICap) GetDisabledAlternative

func (m *APICap) GetDisabledAlternative() string

func (*APICap) GetDisabledReason

func (m *APICap) GetDisabledReason() string

func (*APICap) GetDisabledReasonMsg

func (m *APICap) GetDisabledReasonMsg() string

func (*APICap) GetEnabled

func (m *APICap) GetEnabled() bool

func (*APICap) GetID

func (m *APICap) GetID() string

func (*APICap) Marshal

func (m *APICap) Marshal() (dAtA []byte, err error)

func (*APICap) MarshalTo

func (m *APICap) MarshalTo(dAtA []byte) (int, error)

func (*APICap) MarshalToSizedBuffer

func (m *APICap) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*APICap) ProtoMessage

func (*APICap) ProtoMessage()

func (*APICap) Reset

func (m *APICap) Reset()

func (*APICap) Size

func (m *APICap) Size() (n int)

func (*APICap) String

func (m *APICap) String() string

func (*APICap) Unmarshal

func (m *APICap) Unmarshal(dAtA []byte) error

func (*APICap) XXX_DiscardUnknown

func (m *APICap) XXX_DiscardUnknown()

func (*APICap) XXX_Marshal

func (m *APICap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*APICap) XXX_Merge

func (m *APICap) XXX_Merge(src proto.Message)

func (*APICap) XXX_Size

func (m *APICap) XXX_Size() int

func (*APICap) XXX_Unmarshal

func (m *APICap) XXX_Unmarshal(b []byte) error

Source Files

caps.pb.go generate.go

Version
v0.11.1
Published
Jan 17, 2023
Platform
js/wasm
Imports
6 packages
Last checked
3 minutes ago

Tools for package owners.