Documentation ¶
Overview ¶
Package moby_buildkit_v1_apicaps is a generated protocol buffer package.
It is generated from these files:
caps.proto
It has these top-level messages:
APICap
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 (*APICap) ProtoMessage()
- func (m *APICap) Reset()
- func (m *APICap) Size() (n int)
- func (m *APICap) String() string
- func (m *APICap) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthCaps = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCaps = fmt.Errorf("proto: integer overflow") )
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"` 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"` }
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) ProtoMessage ¶
func (*APICap) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.