MCPcopy Create free account
hub / github.com/coder/envbuilder / LifecycleScripts

Struct LifecycleScripts

devcontainer/devcontainer.go:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type LifecycleScripts struct {
51 OnCreateCommand LifecycleScript `json:"onCreateCommand"`
52 UpdateContentCommand LifecycleScript `json:"updateContentCommand"`
53 PostCreateCommand LifecycleScript `json:"postCreateCommand"`
54 PostStartCommand LifecycleScript `json:"postStartCommand"`
55}
56
57type BuildSpec struct {
58 Dockerfile string `json:"dockerfile"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected