package
Version:
v0.6.0-beta
Opens a new window with list of versions in this module.
Published: Dec 19, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DataGroup struct {
Groups []Group `json:"groups"`
}
DataGroup represents the overall structure of the JSON.
type Group struct {
Name string `json:"name"`
Steps []Step `json:"steps"`
}
Group represents a group of steps
type Session struct {
Name string `json:"name"`
Groups []Group `json:"groups"`
}
type Step struct {
Input string `json:"input"`
ExpectedContent string `json:"expectedContent"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.