Files
streamctl/pkg/player/types.go
2024-08-03 22:18:52 +01:00

9 lines
147 B
Go

package player
import (
"github.com/xaionaro-go/streamctl/pkg/player/types"
)
type Player = types.Player
type PlayerCommon = types.PlayerCommon