Versions in this module Expand all Collapse all v0 v0.19.6 Nov 7, 2025 v0.19.5 Nov 5, 2025 v0.19.4 Oct 30, 2025 v0.19.3 Oct 23, 2025 v0.19.2 Oct 8, 2025 v0.19.1 Oct 7, 2025 v0.19.0 Sep 30, 2025 v0.18.19 Sep 18, 2025 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) Contains(id CapID) bool + func (s *CapSet) Supports(id CapID) error + type CapStatus int + const CapStatusExperimental + const CapStatusPrerelease + const CapStatusStable + type PBCap = pb.APICap