MCPcopy Create free account
hub / github.com/VKCOM/nocc / StartClient

Method StartClient

pb/nocc-protobuf_grpc.pb.go:22–22  ·  view source on GitHub ↗

Compilation api

(ctx context.Context, in *StartClientRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

20type CompilationServiceClient interface {
21 // Compilation api
22 StartClient(ctx context.Context, in *StartClientRequest, opts ...grpc.CallOption) (*StartClientReply, error)
23 StartCompilationSession(ctx context.Context, in *StartCompilationSessionRequest, opts ...grpc.CallOption) (*StartCompilationSessionReply, error)
24 UploadFileStream(ctx context.Context, opts ...grpc.CallOption) (CompilationService_UploadFileStreamClient, error)
25 RecvCompiledObjStream(ctx context.Context, in *OpenReceiveStreamRequest, opts ...grpc.CallOption) (CompilationService_RecvCompiledObjStreamClient, error)

Callers 2

MakeRemoteConnectionFunction · 0.65

Implementers 3

NoccServerinternal/server/nocc-server.go
compilationServiceClientpb/nocc-protobuf_grpc.pb.go
UnimplementedCompilationServiceServerpb/nocc-protobuf_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected