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

Struct DynamicClient

gateway/apinto/dynamic.go:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type DynamicClient struct {
29 profession string
30 driver string
31 client admin_client.Client
32}
33
34func (d *DynamicClient) Version(ctx context.Context, resourceId string) (string, error) {
35 worker, err := d.client.Get(ctx, genWorkerID(resourceId, d.profession))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected