MCPcopy Index your code
hub / github.com/Shopify/go-lua / step

Struct step

package_test.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type step struct {
9 name string
10 function interface{}
11}
12
13func Example() {
14 steps := []step{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected