Commit b0f5282b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 17072f33
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
// See https://www.nexedi.com/licensing for rationale and options. // See https://www.nexedi.com/licensing for rationale and options.
package neo package neo
// common parts for organizing network servers // common parts for organizing network servers
// XXX kill?
import ( import (
"context" "context"
...@@ -69,6 +69,7 @@ func Serve(ctx context.Context, l *neo.Listener, srv Server) error { ...@@ -69,6 +69,7 @@ func Serve(ctx context.Context, l *neo.Listener, srv Server) error {
// ---------------------------------------- // ----------------------------------------
// XXX move -> master.go ?
// event: node connects // event: node connects
type nodeCome struct { type nodeCome struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment