Skip to content

Commit d604b65

Browse files
author
Devdutt Shenoi
committed
refactor: move kinesis to lib level
1 parent 23155b6 commit d604b65

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/handlers/http/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pub mod cluster;
3434
pub mod correlation;
3535
pub mod health_check;
3636
pub mod ingest;
37-
mod kinesis;
3837
pub mod llm;
3938
pub mod logstream;
4039
pub mod middleware;
File renamed without changes.

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pub mod correlation;
2929
mod event;
3030
pub mod handlers;
3131
pub mod hottier;
32+
mod kinesis;
3233
mod livetail;
3334
mod metadata;
3435
pub mod metrics;

0 commit comments

Comments
 (0)