config: expose runtime protocol
This commit is contained in:
parent
bcc85c8b1b
commit
e3f122e903
16 changed files with 179 additions and 157 deletions
|
|
@ -41,10 +41,10 @@ use {
|
|||
},
|
||||
},
|
||||
jay_config::{
|
||||
_private::{
|
||||
ClientCriterionPayload, ClientCriterionStringField, GenericCriterionPayload, PollableId,
|
||||
ConfigHandler, Unref, WindowCriterionPayload, WindowCriterionStringField, WireMode,
|
||||
messages::{ClientMessage, Response, ServerMessage, WorkspaceSource},
|
||||
protocol::{
|
||||
ClientCriterionPayload, ClientCriterionStringField, ClientMessage, ConfigHandler,
|
||||
GenericCriterionPayload, PollableId, Response, ServerMessage, Unref,
|
||||
WindowCriterionPayload, WindowCriterionStringField, WireMode, WorkspaceSource,
|
||||
},
|
||||
Axis, Direction, Workspace,
|
||||
client::{Client as ConfigClient, ClientMatcher},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue