+4
-4
options.go
+4
-4
options.go
···
9
9
)
10
10
11
11
type InitChanMsg struct {
12
-
init lrcpb.Event_Init
13
-
resolvedId *string
12
+
Init lrcpb.Event_Init
13
+
ResolvedId *string
14
14
}
15
15
16
16
type MediaInitChanMsg struct {
17
-
mediainit lrcpb.Event_Mediainit
18
-
resolvedId *string
17
+
Mediainit lrcpb.Event_Mediainit
18
+
ResolvedId *string
19
19
}
20
20
21
21
type options struct {