package
Version:
v4.0.2
Opens a new window with list of versions in this module.
Published: Nov 24, 2021
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func InitWithContext(fsys fs.FS, ctx *plush.Context) error
type Scenario struct {
Name string `toml:"name"`
Tables Tables `toml:"table"`
}
type Scenarios struct {
Scenarios []Scenario `toml:"scenario"`
}
type Scenarios []Scenario
type Table struct {
Name string `toml:"name"`
Row []map[string]interface{} `toml:"row"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.