Major Refactor (#2)
* Major reworks * More refactoring * Refactor feature complete! * Comments * Add versioning
This commit is contained in:
7
core/channel.go
Normal file
7
core/channel.go
Normal file
@ -0,0 +1,7 @@
|
||||
package core
|
||||
|
||||
type Channel struct {
|
||||
Name string
|
||||
ID string
|
||||
Verified bool
|
||||
}
|
Reference in New Issue
Block a user