14 lines
223 B
Go
14 lines
223 B
Go
package api
|
|
|
|
import (
|
|
"git.trj.tw/golang/mtfosbot/model"
|
|
)
|
|
|
|
func sessionTypeTwitch(id string) (ch []*model.TwitchChannel, err error) {
|
|
return
|
|
}
|
|
|
|
func sessionTypeSystem() (ch []*model.TwitchChannel, err error) {
|
|
return
|
|
}
|