Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct { // Name is the name of the IDE option Name string `json:"name,omitempty"` // Description is the description of the IDE option Description string `json:"description,omitempty"` // Default is the default value for this option Default string `json:"default,omitempty"` // Enum is the possible values for this option Enum []string `json:"enum,omitempty"` // ValidationPattern to use to validate this option ValidationPattern string `json:"validationPattern,omitempty"` // ValidationMessage to print if validation fails ValidationMessage string `json:"validationMessage,omitempty"` }
Click to show internal directories.
Click to hide internal directories.