MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / ExampleMethod

Method ExampleMethod

testdata/kitex_gen/example3/example3.go:1465–1465  ·  view source on GitHub ↗
(ctx context.Context, req *ExampleReq)

Source from the content-addressed store, hash-verified

1463
1464type ExampleService interface {
1465 ExampleMethod(ctx context.Context, req *ExampleReq) (r *ExampleResp, err error)
1466
1467 ErrorMethod(ctx context.Context, req *ExampleError) (r *ExampleErrorResp, err error)
1468

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected