17119: Merge branch 'master' into 17119-add-filter-groups
[arvados.git] / lib / crunchrun / container_gateway.go
index 19feac1696c473c4df8a6f65eb6a9d1422cc8e2f..1a87b8c4f71d1db95b62dc6c572107f9e1e815d8 100644 (file)
@@ -40,9 +40,9 @@ type Gateway struct {
        respondAuth string
 }
 
-// startGatewayServer starts an http server that allows authenticated
-// clients to open an interactive "docker exec" session and (in
-// future) connect to tcp ports inside the docker container.
+// Start starts an http server that allows authenticated clients to open an
+// interactive "docker exec" session and (in future) connect to tcp ports
+// inside the docker container.
 func (gw *Gateway) Start() error {
        gw.sshConfig = ssh.ServerConfig{
                NoClientAuth: true,