mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-30 22:51:09 +00:00
rename shared to common to disambiguate from 'shard'
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use shared::types::{
|
||||
use common::types::{
|
||||
Block, BlockDetails, NodeDetails, NodeHardware, NodeIO, NodeId, NodeLocation, NodeStats,
|
||||
Timestamp,
|
||||
};
|
||||
use shared::util::now;
|
||||
use shared::node::SystemInterval;
|
||||
use common::util::now;
|
||||
use common::node::SystemInterval;
|
||||
|
||||
pub mod connector;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user