MCPcopy
hub / github.com/gitpod-io/gitpod / workspaceInfoService

Struct workspaceInfoService

components/workspacekit/cmd/rings.go:1026–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024}
1025
1026type workspaceInfoService struct {
1027 socket net.Listener
1028 server *grpc.Server
1029 api.UnimplementedWorkspaceInfoServiceServer
1030}
1031
1032func startInfoService(socketDir string) (func(), error) {
1033 socketFN := filepath.Join(socketDir, "info.sock")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected