(ctx context.Context)
| 467 | } |
| 468 | |
| 469 | func (s *Server) RegisterNow(ctx context.Context) error { |
| 470 | _, err := s.registerLoop.RegisterNow(ctx) |
| 471 | return err |
| 472 | } |
| 473 | |
| 474 | func (s *Server) Close() error { |
| 475 | s.Logger.Info(s.ctx, "closing workspace proxy server") |
no outgoing calls