mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-12-24 12:27:57 +08:00
9 lines
147 B
Go
9 lines
147 B
Go
package player
|
|
|
|
import (
|
|
"github.com/xaionaro-go/streamctl/pkg/player/types"
|
|
)
|
|
|
|
type Player = types.Player
|
|
type PlayerCommon = types.PlayerCommon
|