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

Struct userExampleClient

internal/service/userExample_logic.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10var _ serverNameExampleV1.UserExampleLogicer = (*userExampleClient)(nil)
11
12type userExampleClient struct {
13 userExampleCli serverNameExampleV1.UserExampleClient
14 // If required, fill in the definition of the other service client code here.
15}
16
17// NewUserExampleClient creating rpc clients
18func NewUserExampleClient() serverNameExampleV1.UserExampleLogicer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected