aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/session.rs
blob: 9d48bcc39b4c7fc9c7db504473ffcc18f9f6d2e5 (plain) (blame)
1
2
3
4
5
6
pub struct SessionInitializationCommand {
	// pub protocol: usize,
	// pub client: String,
	pub username: String,
	// pub password: String,
}