A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://pkg.go.dev/github.com/moby/buildkit@v0.23.2/util/apicaps below:

apicaps package - github.com/moby/buildkit/util/apicaps - Go Packages

Index Constants

This section is empty.

Variables

ExportedProduct is the name of the product using this package. Users vendoring this library may override it to provide better versioning hints for their users (or set it with a flag to buildkitd).

Functions

This section is empty.

Types type Cap

Cap describes an API feature

type CapError

CapError is an error for unsupported capability

type CapID

CapID is type for capability identifier

type CapList
type CapList struct {
	// contains filtered or unexported fields
}

CapList is a collection of capability definitions

func (*CapList) All

All reports the configuration of all known capabilities

func (*CapList) CapSet

CapSet returns a CapSet for an capability configuration

func (*CapList) Init

Init initializes definition for a new capability. Not safe to be called concurrently with other methods.

type CapSet
type CapSet struct {
	// contains filtered or unexported fields
}

CapSet is a configuration for detecting supported capabilities

func (*CapSet) Contains added in v0.9.0

Contains checks if cap set contains cap. Note that unlike Supports() this function only checks capability existence in remote set, not if cap has been initialized.

func (*CapSet) Supports

Supports returns an error if capability is not supported

type CapStatus

CapStatus defines the stability properties of a capability

const (
	// CapStatusStable refers to a capability that should never be changed in
	// backwards incompatible manner unless there is a serious security issue.
	CapStatusStable CapStatus = iota
	// CapStatusExperimental refers to a capability that may be removed in the future.
	// If incompatible changes are made the previous ID is disabled and new is added.
	CapStatusExperimental
	// CapStatusPrerelease is same as CapStatusExperimental that can be used for new
	// features before they move to stable.
	CapStatusPrerelease
)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4