Documentation
¶
Index ¶
- Variables
- type APICap
- func (m *APICap) CloneMessageVT() proto.Message
- func (m *APICap) CloneVT() *APICap
- func (*APICap) Descriptor() ([]byte, []int)deprecated
- func (this *APICap) EqualMessageVT(thatMsg proto.Message) bool
- func (this *APICap) EqualVT(that *APICap) bool
- func (x *APICap) GetDeprecated() bool
- func (x *APICap) GetDisabledAlternative() string
- func (x *APICap) GetDisabledReason() string
- func (x *APICap) GetDisabledReasonMsg() string
- func (x *APICap) GetEnabled() bool
- func (x *APICap) GetID() string
- func (m *APICap) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *APICap) MarshalToVT(dAtA []byte) (int, error)
- func (m *APICap) MarshalVT() (dAtA []byte, err error)
- func (*APICap) ProtoMessage()
- func (x *APICap) ProtoReflect() protoreflect.Message
- func (x *APICap) Reset()
- func (m *APICap) SizeVT() (n int)
- func (x *APICap) String() string
- func (m *APICap) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_moby_buildkit_util_apicaps_pb_caps_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
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"` // Unused. May be used for warnings in the future DisabledReason string `protobuf:"bytes,4,opt,name=DisabledReason,proto3" json:"DisabledReason,omitempty"` // Reason key for detection code DisabledReasonMsg string `protobuf:"bytes,5,opt,name=DisabledReasonMsg,proto3" json:"DisabledReasonMsg,omitempty"` // Message to the user DisabledAlternative string `protobuf:"bytes,6,opt,name=DisabledAlternative,proto3" json:"DisabledAlternative,omitempty"` // Identifier that updated client could catch. // contains filtered or unexported fields }
APICap defines a capability supported by the service
func (*APICap) CloneMessageVT ¶ added in v0.17.0
func (*APICap) Descriptor
deprecated
func (*APICap) EqualMessageVT ¶ added in v0.17.0
func (*APICap) GetDeprecated ¶
func (*APICap) GetDisabledAlternative ¶
func (*APICap) GetDisabledReason ¶
func (*APICap) GetDisabledReasonMsg ¶
func (*APICap) GetEnabled ¶
func (*APICap) MarshalToSizedBufferVT ¶ added in v0.17.0
func (*APICap) MarshalToVT ¶ added in v0.17.0
func (*APICap) ProtoMessage ¶
func (*APICap) ProtoMessage()
func (*APICap) ProtoReflect ¶ added in v0.17.0
func (x *APICap) ProtoReflect() protoreflect.Message
func (*APICap) UnmarshalVT ¶ added in v0.17.0
Click to show internal directories.
Click to hide internal directories.