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

Struct InWorkspaceServiceServer

components/ws-daemon/pkg/iws/iws.go:138–148  ·  view source on GitHub ↗

InWorkspaceServiceServer implements the workspace facing backup services

Source from the content-addressed store, hash-verified

136
137// InWorkspaceServiceServer implements the workspace facing backup services
138type InWorkspaceServiceServer struct {
139 Uidmapper *Uidmapper
140 Session *session.Workspace
141 FSShift api.FSShiftMethod
142 CGroupMountPoint string
143
144 srv *grpc.Server
145 sckt io.Closer
146
147 api.UnimplementedInWorkspaceServiceServer
148}
149
150// Start creates the syscall socket the IWS server listens on, and starts the gRPC server on it
151func (wbs *InWorkspaceServiceServer) Start() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected