7 lines
62 B
Go
7 lines
62 B
Go
package model
|
|
|
|
type Channel struct {
|
|
ID int
|
|
Name string
|
|
}
|