Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Ass = comp.Get[interface { Assf(s string) error Ass_f(ctx context.Context, enc, savePath string, st time.Time) }](`ass`)
View Source
var DanmuCountPerMin = comp.Get[interface { // will WriteHeader GetRec(savePath string, r *http.Request, w http.ResponseWriter) error Rec(ctx context.Context, roomid int, savePath string) Do(roomid int) }](`danmuCountPerMin`)
View Source
var DanmuEmotes = comp.Get[interface { SaveEmote(ctx context.Context, ptr struct { Logg *log.Log_interface Info []any Msg *string }) (ret any, err error) Hashr(s string) (r string) SetLayerN(n int) }](`danmuEmotes`)
View Source
var Danmuji = comp.Get[interface { Danmujif(s string, then func(string)) Danmuji_auto(ctx context.Context, danmus []any, waitSec float64, then func(string)) }](`danmuji`)
Functions ¶
This section is empty.
Types ¶
type DanmuEmotesS ¶ added in v0.15.0
type DanmuEmotesS struct { Logg *log.Log_interface Info []any Msg *string }
Click to show internal directories.
Click to hide internal directories.