1
This commit is contained in:
parent
d9c8e5a44f
commit
b9dc2e1d33
5
server/stat/src/downstream.rs
Normal file
5
server/stat/src/downstream.rs
Normal file
@ -0,0 +1,5 @@
|
||||
pub mod downstreammgr;
|
||||
pub mod downstream;
|
||||
|
||||
pub use downstreammgr::DownStreamMgr;
|
||||
pub use downstream::DownSream;
|
3
server/stat/src/downstream/downsteammgr.rs
Normal file
3
server/stat/src/downstream/downsteammgr.rs
Normal file
@ -0,0 +1,3 @@
|
||||
pub struct DownStreamMgr {
|
||||
|
||||
}
|
3
server/stat/src/downstream/downstream.rs
Normal file
3
server/stat/src/downstream/downstream.rs
Normal file
@ -0,0 +1,3 @@
|
||||
pub struct DownStream {
|
||||
|
||||
}
|
5
server/stat/src/upstream.rs
Normal file
5
server/stat/src/upstream.rs
Normal file
@ -0,0 +1,5 @@
|
||||
pub mod upstreammgr;
|
||||
pub mod upstream;
|
||||
|
||||
pub use upstreammgr::UpStreamMgr;
|
||||
pub use upstream::UpStream;
|
3
server/stat/src/upstream/upstream.rs
Normal file
3
server/stat/src/upstream/upstream.rs
Normal file
@ -0,0 +1,3 @@
|
||||
pub struct UpStream {
|
||||
|
||||
}
|
3
server/stat/src/upstream/upstreammgr.rs
Normal file
3
server/stat/src/upstream/upstreammgr.rs
Normal file
@ -0,0 +1,3 @@
|
||||
pub struct UpStreamMgr {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user