MCPcopy Create free account
hub / github.com/crossplane/function-template-go / args

Struct args

fn_test.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18func TestRunFunction(t *testing.T) {
19 type args struct {
20 ctx context.Context
21 req *fnv1.RunFunctionRequest
22 }
23 type want struct {
24 rsp *fnv1.RunFunctionResponse
25 err error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected