package moby_buildkit_v1_apicaps
import "github.com/moby/buildkit/util/apicaps/pb"
Index ¶
- Variables
- type APICap
- func (*APICap) Descriptor() ([]byte, []int)
- func (m *APICap) GetDeprecated() bool
- func (m *APICap) GetDisabledAlternative() string
- func (m *APICap) GetDisabledReason() string
- func (m *APICap) GetDisabledReasonMsg() string
- func (m *APICap) GetEnabled() bool
- func (m *APICap) GetID() string
- func (m *APICap) Marshal() (dAtA []byte, err error)
- func (m *APICap) MarshalTo(dAtA []byte) (int, error)
- func (m *APICap) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*APICap) ProtoMessage()
- func (m *APICap) Reset()
- func (m *APICap) Size() (n int)
- func (m *APICap) String() string
- func (m *APICap) Unmarshal(dAtA []byte) error
- func (m *APICap) XXX_DiscardUnknown()
- func (m *APICap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *APICap) XXX_Merge(src proto.Message)
- func (m *APICap) XXX_Size() int
- func (m *APICap) XXX_Unmarshal(b []byte) error
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) GetDeprecated ¶
func (*APICap) GetDisabledAlternative ¶
func (*APICap) GetDisabledReason ¶
func (*APICap) GetDisabledReasonMsg ¶
func (*APICap) GetEnabled ¶
func (*APICap) GetID ¶
func (*APICap) Marshal ¶
func (*APICap) MarshalTo ¶
func (*APICap) MarshalToSizedBuffer ¶
func (*APICap) ProtoMessage ¶
func (*APICap) ProtoMessage()
func (*APICap) Reset ¶
func (m *APICap) Reset()
func (*APICap) Size ¶
func (*APICap) String ¶
func (*APICap) Unmarshal ¶
func (*APICap) XXX_DiscardUnknown ¶
func (m *APICap) XXX_DiscardUnknown()
func (*APICap) XXX_Marshal ¶
func (*APICap) XXX_Merge ¶
func (*APICap) XXX_Size ¶
func (*APICap) XXX_Unmarshal ¶
Source Files ¶
- Version
- v0.11.0-rc4
- Published
- Jan 6, 2023
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 1 minute ago –
Tools for package owners.