Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
id
auth
Commits
82e41329
Commit
82e41329
authored
Nov 22, 2018
by
ale
Browse files
Lint fix
parent
8a838fb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/unixserver.go
View file @
82e41329
...
...
@@ -26,6 +26,8 @@ func NewSocketServer(authServer *Server) *SocketServer {
}
}
// ServeLine handles a single request and writes a
// response. Implements the unix.LineHandler interface.
func
(
s
*
SocketServer
)
ServeLine
(
ctx
context
.
Context
,
lw
unix
.
LineResponseWriter
,
line
[]
byte
)
error
{
// Parse the incoming command. The only two known
// commands are 'auth' for an authentication request,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment