fix

package
v2.8.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2019 License: MIT Imports: 10 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(box packd.Walkable) error

func InitWithContext

func InitWithContext(box packd.Walkable, ctx *plush.Context) error

Types

type Scenario

type Scenario struct {
	Name   string `toml:"name"`
	Tables Tables `toml:"table"`
}

func Find

func Find(name string) (Scenario, error)

type Scenarios

type Scenarios struct {
	Scenarios []Scenario `toml:"scenario"`
}

type Scenarios []Scenario

type Table

type Table struct {
	Name string                   `toml:"name"`
	Row  []map[string]interface{} `toml:"row"`
}

type Tables

type Tables []Table

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL