X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b9f0177e6a477a518fd5a89156fafde57f2dddf8..3574793a2104d523f924d3ce3f6d1eab049835a1:/services/ws/session_v1.go diff --git a/services/ws/session_v1.go b/services/ws/session_v1.go index f773f18c6b..9f46332633 100644 --- a/services/ws/session_v1.go +++ b/services/ws/session_v1.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -7,6 +11,8 @@ import ( "git.curoverse.com/arvados.git/sdk/go/arvados" ) +// newSessionV1 returns a v1 session -- see +// https://dev.arvados.org/projects/arvados/wiki/Websocket_server func newSessionV1(ws wsConn, sendq chan<- interface{}, db *sql.DB, pc permChecker, ac *arvados.Client) (session, error) { return nil, errors.New("Not implemented") }