Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSupportAllExcept ¶
func NewSupportAllExcept(capas ...capabilities.CapabilityType) capabilities.CapabiltyChecker
Types ¶
type FakeCapabilitiesSupportAllExcept ¶
type FakeCapabilitiesSupportAllExcept struct {
NotSupported map[capabilities.CapabilityType]struct{}
}
func (*FakeCapabilitiesSupportAllExcept) Has ¶
func (f *FakeCapabilitiesSupportAllExcept) Has(capabilities ...capabilities.CapabilityType) bool
type FakeSupportAllCapabilities ¶
type FakeSupportAllCapabilities struct{}
func (*FakeSupportAllCapabilities) Has ¶
func (f *FakeSupportAllCapabilities) Has(capabilities ...capabilities.CapabilityType) bool
type FakeSupportNoCapabilities ¶
type FakeSupportNoCapabilities struct{}
func (*FakeSupportNoCapabilities) Has ¶
func (f *FakeSupportNoCapabilities) Has(capabilities ...capabilities.CapabilityType) bool
Click to show internal directories.
Click to hide internal directories.