Skip to content

Commit e3b28b9

Browse files
committed
refactor(protocol-config): make a single file module for http_client
1 parent cec21ae commit e3b28b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/mithril-protocol-config/src/http_client/mod.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

internal/mithril-protocol-config/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
//! This crate provides functionality for interacting with Mithril Network
33
44
mod aggregator_client;
5-
pub mod http_client;
5+
/// HTTP client Implementation for interacting with Mithril Network.
6+
pub mod http_client {
7+
pub mod http_impl;
8+
}
69
pub mod interface;
710
pub mod model;
811
pub mod test;

0 commit comments

Comments
 (0)