MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / List

Method List

internal/service/userExample_logic.go:49–53  ·  view source on GitHub ↗
(ctx context.Context, req *serverNameExampleV1.ListUserExampleRequest)

Source from the content-addressed store, hash-verified

47}
48
49func (c *userExampleClient) List(ctx context.Context, req *serverNameExampleV1.ListUserExampleRequest) (*serverNameExampleV1.ListUserExampleReply, error) {
50 // implement me
51 // If required, fill in the code to fetch data from other rpc servers here.
52 return c.userExampleCli.List(ctx, req)
53}

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected