Move errors module back to json_rpc folder

This commit is contained in:
jangko 2024-01-08 10:37:29 +07:00
parent c688889c85
commit 08ceae27e0
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
11 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@ import
./private/jrpc_sys,
./private/client_handler_wrapper,
./private/shared_wrapper,
./private/errors
./errors
from strutils import replace

View File

@ -14,7 +14,7 @@ import
chronos/apps/http/httpclient as chronosHttpClient,
chronicles, httputils, json_serialization/std/net,
../client,
../private/errors,
../errors,
../private/jrpc_sys
export

View File

@ -13,7 +13,7 @@ import
results,
chronos,
../client,
../private/errors,
../errors,
../private/jrpc_sys
export client

View File

@ -12,7 +12,7 @@ import
pkg/websock/[websock, extensions/compression/deflate],
pkg/[chronos, chronos/apps/http/httptable, chronicles],
stew/byteutils,
../private/errors
../errors
# avoid clash between Json.encode and Base64Pad.encode
import ../client except encode

View File

@ -12,8 +12,8 @@ import
stew/[byteutils, objects],
json_serialization,
json_serialization/std/[options],
./errors,
./jrpc_sys,
../errors,
./jrpc_sys,
./shared_wrapper,
../jsonmarshal

View File

@ -12,7 +12,7 @@ import
chronicles,
chronos,
./private/server_handler_wrapper,
./private/errors,
./errors,
./private/jrpc_sys,
./jsonmarshal

View File

@ -14,7 +14,7 @@ import
./jsonmarshal,
./private/jrpc_sys,
./private/shared_wrapper,
./private/errors
./errors
export
chronos,

View File

@ -11,7 +11,7 @@ import
stew/byteutils,
chronicles, httputils, chronos,
chronos/apps/http/[httpserver, shttpserver],
../private/errors,
../errors,
../server
export

View File

@ -10,7 +10,7 @@
import
chronicles,
json_serialization/std/net,
../private/errors,
../errors,
../server
export errors, server

View File

@ -1,5 +1,5 @@
import
../../json_rpc/private/errors
../../json_rpc/errors
type
HexQuantityStr* = distinct string