Documentation ¶
Overview ¶
Package dsljson allows expressing the measurement DSL using JSON.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RootNode ¶
type RootNode struct {
Stages []StageNode `json:"stages"`
}
RootNode is the root node of the DSL.
type StageNode ¶
type StageNode struct { Name string `json:"name"` Value json.RawMessage `json:"value"` }
StageNode describes a stage node in the DSL.
Click to show internal directories.
Click to hide internal directories.