Commit 587aa7af authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2bae4f65
......@@ -437,12 +437,11 @@ func (stor *Storage) serveClient1(ctx context.Context, req proto.Msg) (resp prot
return &proto.AnswerLastTransaction{lastTid}
//case *ObjectHistory:
//case *StoreObject:
// TODO case *ObjectHistory:
// TODO case *StoreObject:
// ...
default:
return &proto.Error{proto.PROTOCOL_ERROR, fmt.Sprintf("unexpected message %T", req)}
}
//req.Put(...)
}
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