MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / ClientDriver

Struct ClientDriver

gateway/apinto/client.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11var _ gateway.IClientDriver = (*ClientDriver)(nil)
12
13type ClientDriver struct {
14 client admin_client.Client
15}
16
17func (c *ClientDriver) Hash() gateway.IHashClient {
18 return NewHashClient(c.client)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected