We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651a8dd commit 28446f3Copy full SHA for 28446f3
1 file changed
src/sse/mod.rs
@@ -194,11 +194,11 @@ pub struct SSEAlertInfo {
194
#[derive(Serialize, Debug, Deserialize)]
195
#[serde(rename_all = "camelCase")]
196
pub struct ControlPlaneEvent {
197
- message: String,
+ pub message: String,
198
}
199
200
201
202
pub struct Consent {
203
- given: bool,
+ pub given: bool,
204
0 commit comments