Versions in this module Expand all Collapse all v0 v0.3.3 Nov 21, 2018 v0.3.2 Oct 31, 2018 v0.3.1 Oct 17, 2018 v0.3.0 Oct 12, 2018 Changes in this version + var ExportedProduct string + type Cap struct + Deprecated bool + DisabledAlternative string + DisabledReason string + DisabledReasonMsg string + Enabled bool + ID CapID + Name string + Status CapStatus + SupportedHint map[string]string + type CapError struct + Definition *Cap + ID CapID + State *pb.APICap + func (e CapError) Error() string + type CapID string + type CapList struct + func (l *CapList) All() []pb.APICap + func (l *CapList) CapSet(caps []pb.APICap) CapSet + func (l *CapList) Init(cc ...Cap) + type CapSet struct + func (s *CapSet) Supports(id CapID) error + type CapStatus int + const CapStatusExperimental + const CapStatusPrerelease + const CapStatusStable + type PBCap = pb.APICap