Skip to content

Commit 378807f

Browse files
committed
Updates to new API
1 parent 170a5ee commit 378807f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.tarpaulin.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ exclude = [
3333
"swimos_agent_derive",
3434
"macro_utilities",
3535
"example_client_2_2",
36-
"example_server_2_2"
36+
"example_server_2_2",
37+
"example_client_2_3",
38+
"example_server_2_3"
3739
]
3840
workspace = true
3941
avoid-cfg-tarpaulin = true

example_apps/devguide/2_3/example_server/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use swimos::{
22
agent::{
3-
agent_lifecycle::utility::HandlerContext, agent_model::AgentModel,
4-
event_handler::EventHandler, lanes::ValueLane, lifecycle, projections, AgentLaneModel,
3+
agent_lifecycle::HandlerContext, agent_model::AgentModel, event_handler::EventHandler,
4+
lanes::ValueLane, lifecycle, projections, AgentLaneModel,
55
},
66
route::RoutePattern,
77
server::{Server, ServerBuilder, ServerHandle},

0 commit comments

Comments
 (0)