Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
id
auth
Commits
82e41329
Commit
82e41329
authored
Nov 22, 2018
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lint fix
parent
8a838fb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
server/unixserver.go
server/unixserver.go
+2
-0
No files found.
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
Markdown
is supported
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