package streamplayer import ( "github.com/xaionaro-go/streamctl/pkg/streamplayer/types" ) type Config = types.Config type Option = types.Option type Options = types.Options type FuncNotifyStart = types.FuncNotifyStart type CtxKey = types.CtxKey const ( CtxKeyStreamPlayer = types.CtxKeyStreamPlayer )