()
| 84 | } |
| 85 | |
| 86 | func ExampleStringVariable() { |
| 87 | fmt.Println(routing.StringVariable("namespace", func(params *QualifiedWorkflow) *string { return ¶ms.Namespace }).Representation()) |
| 88 | // Output: {namespace} |
| 89 | } |
| 90 | |
| 91 | func TestNewRoute(t *testing.T) { |
| 92 | t.Parallel() |
nothing calls this directly
no test coverage detected