From de868930e2301b68a50bde088dd83dc575b72c54 Mon Sep 17 00:00:00 2001 From: Mikhail Osipov Date: Sun, 23 Feb 2020 05:20:04 +0300 Subject: prepare to auth --- pkg/server/module/hex.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/server/module/hex.go') diff --git a/pkg/server/module/hex.go b/pkg/server/module/hex.go index 2ffd1fc..9b80e0d 100644 --- a/pkg/server/module/hex.go +++ b/pkg/server/module/hex.go @@ -22,6 +22,6 @@ func hexDecoder(rq, wq queue.Q) error { } func init() { - register("hex", pipe(hexEncoder)) - register("unhex", pipe(hexDecoder)) + registerPipe("hex", Pipe(hexEncoder)) + registerPipe("unhex", Pipe(hexDecoder)) } -- cgit v1.2.3-70-g09d2