package appcontext
import "github.com/moby/buildkit/util/appcontext"
Index ¶
Functions ¶
func Context ¶
Context returns a static context that reacts to termination signals of the running process. Useful in CLI tools.
func Register ¶
func Register(f Initializer)
Register stores a new context initializer that runs on app context creation
Types ¶
type Initializer ¶
Source Files ¶
appcontext.go appcontext_unix.go register.go
- Version
- v0.14.0-rc1
- Published
- May 31, 2024
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 2 minutes ago –
Tools for package owners.