Registry / utility / coreos-vcontext

coreos-vcontext

JSON →
library0.0.0-20231102161604-685dc7299dc5gogounverified

Provides validation context utilities for CoreOS configuration validation.

go get github.com/coreos/vcontext
INSTALL
IMPORT
SIG · COREOS-VCONTEXT
C
coreos-vcontext
utilitygov0.0.0-20231102161604-685dc7299dc5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vcontext
github.com/coreos/vcontext

Create a validation context and add an error.

package main import ( "fmt" "github.com/coreos/vcontext" ) func main() { ctx := vcontext.New() ctx.AddError("example error") fmt.Println(ctx.Errors()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20231102161604-685dc7299dc5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
coreos-vcontext — go get coreos-vcontext · libregistry