MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / GetByID

Method GetByID

internal/service/userExample_logic.go:43–47  ·  view source on GitHub ↗
(ctx context.Context, req *serverNameExampleV1.GetUserExampleByIDRequest)

Source from the content-addressed store, hash-verified

41}
42
43func (c *userExampleClient) GetByID(ctx context.Context, req *serverNameExampleV1.GetUserExampleByIDRequest) (*serverNameExampleV1.GetUserExampleByIDReply, error) {
44 // implement me
45 // If required, fill in the code to fetch data from other rpc servers here.
46 return c.userExampleCli.GetByID(ctx, req)
47}
48
49func (c *userExampleClient) List(ctx context.Context, req *serverNameExampleV1.ListUserExampleRequest) (*serverNameExampleV1.ListUserExampleReply, error) {
50 // implement me

Callers

nothing calls this directly

Calls 1

GetByIDMethod · 0.65

Tested by

no test coverage detected