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

Struct Option

devcontainer/features/features.go:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171)
172
173type Option struct {
174 Type string `json:"type"` // "boolean" or "string"
175 Proposals []string `json:"proposals"`
176 Enum []string `json:"enum"`
177 Default any `json:"default"` // boolean or string
178 Description string `json:"description"`
179}
180
181type Spec struct {
182 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected