go.pact.im/x/plumb/internal/solve.Input.Type (field)

7 uses

	go.pact.im/x/plumb/internal/solve (current package)
		checks.go#L60: 		t := in.Type
		finalize.go#L77: 		pl.Inputs = append(pl.Inputs, Input{Type: in.typ, Name: in.name})
		solve.go#L119: 	Type types.Type
		solve.go#L145: 		ts[i] = in.Type

	go.pact.im/x/plumb/internal/emit
		emit.go#L204: 		base := baseName(in.Type)
		emit.go#L209: 		setLocal(in.Type, n)
		emit.go#L210: 		paramDecls = append(paramDecls, n+" "+q.typeString(in.Type))