Channel (public) now exposes its field as public
This commit is contained in:
parent
e6273b437b
commit
aa01d0ee90
@ -38,10 +38,10 @@ impl ChannelType {
|
|||||||
|
|
||||||
// Primary way of interpretting sql data on our channels table
|
// Primary way of interpretting sql data on our channels table
|
||||||
pub struct Channel {
|
pub struct Channel {
|
||||||
id: u64,
|
pub id: u64,
|
||||||
name: String,
|
pub name: String,
|
||||||
description: String,
|
pub description: String,
|
||||||
kind: ChannelType
|
pub kind: ChannelType
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
Loading…
Reference in New Issue
Block a user