Files
streamctl/pkg/streamcontrol/youtube/config.go
2024-06-30 20:28:33 +01:00

18 lines
434 B
Go

package youtube
import (
streamctl "github.com/xaionaro-go/streamctl/pkg/streamcontrol"
youtube "github.com/xaionaro-go/streamctl/pkg/streamcontrol/youtube/types"
)
const ID = youtube.ID
type OAuthHandler = youtube.OAuthHandler
type Config = youtube.Config
type StreamProfile = youtube.StreamProfile
type PlatformSpecificConfig = youtube.PlatformSpecificConfig
func InitConfig(cfg streamctl.Config) {
youtube.InitConfig(cfg)
}