test

package
v0.0.69 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SimulateOptions

type SimulateOptions struct {
	Skill         skill.Skill
	Subscription  string
	Schemata      string
	Configuration skill.Configuration
	TxData        string
	WorkspaceId   string
	Token         string
}

type SimulateResult

type SimulateResult struct {
	Results []struct {
		ConfigurationName string             `edn:"configuration-name"`
		Subscription      string             `edn:"subscription"`
		Results           [][]edn.RawMessage `edn:"results"`
	} `edn:"results"`
}

func Simulate

func Simulate(options SimulateOptions, t *testing.T) SimulateResult

Jump to

Keyboard shortcuts

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