Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpecAction ¶
type SpecCommand ¶
type SpecCommand struct {
Action *SpecAction `json:"action"`
Alias string `json:"as"`
CommandType string `json:"type"`
ErrorText string `json:"text"`
Expected []*SpecValue `json:"expected"`
Filename string `json:"filename"`
Line uint `json:"line"`
ModuleType string `json:"module_type"`
Name string `json:"name"`
}
type SpecSource ¶
type SpecSource struct {
Commands []*SpecCommand `json:"commands"`
Filename string `json:"source_filename"`
}
Click to show internal directories.
Click to hide internal directories.