add youtube background

This commit is contained in:
Jay
2018-09-17 14:30:49 +08:00
parent e8db6fdab5
commit cfc1e43192
4 changed files with 46 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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
}