浏览代码

core API: SessionData

awiouy 7 年之前
父节点
当前提交
0fd398e34d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/src/session.rs

+ 1 - 1
core/src/session.rs

@@ -19,7 +19,7 @@ use audio_key::AudioKeyManager;
 use channel::ChannelManager;
 use mercury::MercuryManager;
 
-pub struct SessionData {
+struct SessionData {
     country: String,
     canonical_username: String,
 }