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

Struct imlClusterService

service/cluster/cluster.go:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type imlClusterService struct {
40 store cluster.IClusterStore `autowired:""`
41 nodeStore cluster.IClusterNodeStore `autowired:""`
42 nodeAddressStore cluster.IClusterNodeAddressStore `autowired:""`
43}
44
45func (s *imlClusterService) GatewayClient(ctx context.Context, id string) (gateway.IClientDriver, error) {
46 nodes, err := s.Nodes(ctx, id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected