variadic

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 1, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FixtureDetails = &base.ScenarioDetails{
	Fixture: (*Fixture)(nil),

	ExpectedMethods: []*ifacereader.Method{
		{
			Name: "Transform",
			Inputs: []*ifacereader.Tuple{
				{VariableName: "prefix", Type: "string"},
				{VariableName: "strs", Type: "[]string", Variadic: true},
			},
			Outputs: []*ifacereader.Tuple{
				{VariableName: "", Type: "[]string"},
			},
		},
	},
}

Functions

This section is empty.

Types

type Fixture

type Fixture interface {
	Transform(prefix string, strs ...string) []string
}

Jump to

Keyboard shortcuts

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