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

Method ExampleMethod

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

Source from the content-addressed store, hash-verified

750
751type ExampleService interface {
752 ExampleMethod(ctx context.Context, req *ExampleReq) (r *ExampleResp, err error)
753
754 ExamplePartialMethod(ctx context.Context, req *ExampleReqPartial) (r *A, err error)
755

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected