MCPcopy Create free account
hub / github.com/clouditor/clouditor / Start

Method Start

api/discovery/discovery_grpc.pb.go:72–80  ·  view source on GitHub ↗
(ctx context.Context, in *StartDiscoveryRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

70}
71
72func (c *discoveryClient) Start(ctx context.Context, in *StartDiscoveryRequest, opts ...grpc.CallOption) (*StartDiscoveryResponse, error) {
73 cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
74 out := new(StartDiscoveryResponse)
75 err := c.cc.Invoke(ctx, Discovery_Start_FullMethodName, in, out, cOpts...)
76 if err != nil {
77 return nil, err
78 }
79 return out, nil
80}
81
82func (c *discoveryClient) ListResources(ctx context.Context, in *ListResourcesRequest, opts ...grpc.CallOption) (*ListResourcesResponse, error) {
83 cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)

Callers

nothing calls this directly

Calls 1

InvokeMethod · 0.80

Tested by

no test coverage detected