tower

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const TestPoints = `` /* 986-byte string literal not displayed */
View Source
const Tests = `` /* 3016-byte string literal not displayed */

Variables

View Source
var MethodTypes = MethodTypeMap{
	"Binary": Binary,
	"Unary":  Unary,
	"Custom": Custom,
}

MethodTypes for named constants inside templates

Functions

This section is empty.

Types

type FString

type FString = []string

type FStringPair

type FStringPair = [2]FString

type Method

type Method struct {
	Name string
	Type MethodType
}

type MethodType

type MethodType int
const (
	Binary MethodType = iota
	Unary
	Custom
)

type MethodTypeMap

type MethodTypeMap map[string]MethodType

type TestPoint

type TestPoint struct {
	In  FStringPair
	Out []FString
}

func GenerateTestOutputs

func GenerateTestOutputs(inputs []TestPoint, sagePath string, sagePrefixArgs ...string) (result []TestPoint, err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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