Initial commit, pt. 64

This commit is contained in:
Dmitrii Okunev
2024-08-04 02:29:52 +01:00
parent 589dc9684e
commit 74ce1285b8
10 changed files with 385 additions and 114 deletions

View File

@@ -7,3 +7,9 @@ import (
type Config = types.Config
type Option = types.Option
type Options = types.Options
type FuncNotifyStart = types.FuncNotifyStart
type CtxKey = types.CtxKey
const (
CtxKeyStreamPlayer = types.CtxKeyStreamPlayer
)