File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
api/swimos_agent_protocol/src Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,6 @@ pub mod encoding {
109
109
110
110
/// # The protocol used by the runtime to communicate with stores.
111
111
///
112
- /// TODO Non-transient lanes also implicitly contain a store. They should
113
- /// ultimately use the initialization component of this protocol. Currently,
114
- /// they have initialization messages built into the lane protocol.
115
- ///
116
112
/// There are two phases to the communication between the runtime and the agent.
117
113
///
118
114
/// 1. Initialization
@@ -135,6 +131,11 @@ pub mod encoding {
135
131
/// 2. The store or land sends [`crate::StoreResponse`] messages each time its state
136
132
/// changes which are persisted by the runtime.
137
133
pub mod store {
134
+
135
+ // TODO Non-transient lanes also implicitly contain a store. They should
136
+ // ultimately use the initialization component of this protocol. Currently,
137
+ // they have initialization messages built into the lane protocol.
138
+
138
139
pub use crate :: store:: {
139
140
MapStoreInitDecoder , MapStoreResponseEncoder , RawMapStoreInitDecoder ,
140
141
RawMapStoreInitEncoder , RawMapStoreResponseDecoder , RawValueStoreInitDecoder ,
You can’t perform that action at this time.
0 commit comments