mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-23 01:38:16 +00:00
Move errors module back to json_rpc folder
This commit is contained in:
parent
c688889c85
commit
08ceae27e0
@ -15,7 +15,7 @@ import
|
|||||||
./private/jrpc_sys,
|
./private/jrpc_sys,
|
||||||
./private/client_handler_wrapper,
|
./private/client_handler_wrapper,
|
||||||
./private/shared_wrapper,
|
./private/shared_wrapper,
|
||||||
./private/errors
|
./errors
|
||||||
|
|
||||||
from strutils import replace
|
from strutils import replace
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ import
|
|||||||
chronos/apps/http/httpclient as chronosHttpClient,
|
chronos/apps/http/httpclient as chronosHttpClient,
|
||||||
chronicles, httputils, json_serialization/std/net,
|
chronicles, httputils, json_serialization/std/net,
|
||||||
../client,
|
../client,
|
||||||
../private/errors,
|
../errors,
|
||||||
../private/jrpc_sys
|
../private/jrpc_sys
|
||||||
|
|
||||||
export
|
export
|
||||||
|
@ -13,7 +13,7 @@ import
|
|||||||
results,
|
results,
|
||||||
chronos,
|
chronos,
|
||||||
../client,
|
../client,
|
||||||
../private/errors,
|
../errors,
|
||||||
../private/jrpc_sys
|
../private/jrpc_sys
|
||||||
|
|
||||||
export client
|
export client
|
||||||
|
@ -12,7 +12,7 @@ import
|
|||||||
pkg/websock/[websock, extensions/compression/deflate],
|
pkg/websock/[websock, extensions/compression/deflate],
|
||||||
pkg/[chronos, chronos/apps/http/httptable, chronicles],
|
pkg/[chronos, chronos/apps/http/httptable, chronicles],
|
||||||
stew/byteutils,
|
stew/byteutils,
|
||||||
../private/errors
|
../errors
|
||||||
|
|
||||||
# avoid clash between Json.encode and Base64Pad.encode
|
# avoid clash between Json.encode and Base64Pad.encode
|
||||||
import ../client except encode
|
import ../client except encode
|
||||||
|
@ -12,8 +12,8 @@ import
|
|||||||
stew/[byteutils, objects],
|
stew/[byteutils, objects],
|
||||||
json_serialization,
|
json_serialization,
|
||||||
json_serialization/std/[options],
|
json_serialization/std/[options],
|
||||||
./errors,
|
../errors,
|
||||||
./jrpc_sys,
|
./jrpc_sys,
|
||||||
./shared_wrapper,
|
./shared_wrapper,
|
||||||
../jsonmarshal
|
../jsonmarshal
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ import
|
|||||||
chronicles,
|
chronicles,
|
||||||
chronos,
|
chronos,
|
||||||
./private/server_handler_wrapper,
|
./private/server_handler_wrapper,
|
||||||
./private/errors,
|
./errors,
|
||||||
./private/jrpc_sys,
|
./private/jrpc_sys,
|
||||||
./jsonmarshal
|
./jsonmarshal
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ import
|
|||||||
./jsonmarshal,
|
./jsonmarshal,
|
||||||
./private/jrpc_sys,
|
./private/jrpc_sys,
|
||||||
./private/shared_wrapper,
|
./private/shared_wrapper,
|
||||||
./private/errors
|
./errors
|
||||||
|
|
||||||
export
|
export
|
||||||
chronos,
|
chronos,
|
||||||
|
@ -11,7 +11,7 @@ import
|
|||||||
stew/byteutils,
|
stew/byteutils,
|
||||||
chronicles, httputils, chronos,
|
chronicles, httputils, chronos,
|
||||||
chronos/apps/http/[httpserver, shttpserver],
|
chronos/apps/http/[httpserver, shttpserver],
|
||||||
../private/errors,
|
../errors,
|
||||||
../server
|
../server
|
||||||
|
|
||||||
export
|
export
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
import
|
import
|
||||||
chronicles,
|
chronicles,
|
||||||
json_serialization/std/net,
|
json_serialization/std/net,
|
||||||
../private/errors,
|
../errors,
|
||||||
../server
|
../server
|
||||||
|
|
||||||
export errors, server
|
export errors, server
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import
|
import
|
||||||
../../json_rpc/private/errors
|
../../json_rpc/errors
|
||||||
|
|
||||||
type
|
type
|
||||||
HexQuantityStr* = distinct string
|
HexQuantityStr* = distinct string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user