tangled
alpha
login
or
join now
moth11.net
/
lrcd
2
fork
atom
websocket-based lrcproto server
2
fork
atom
overview
issues
pulls
pipelines
not my day todayyyy
moth11.net
3 months ago
a153f59b
d6519649
+4
-4
1 changed file
expand all
collapse all
unified
split
options.go
+4
-4
options.go
···
9
)
10
11
type InitChanMsg struct {
12
-
init lrcpb.Event_Init
13
-
resolvedId *string
14
}
15
16
type MediaInitChanMsg struct {
17
-
mediainit lrcpb.Event_Mediainit
18
-
resolvedId *string
19
}
20
21
type options struct {
···
9
)
10
11
type InitChanMsg struct {
12
+
Init lrcpb.Event_Init
13
+
ResolvedId *string
14
}
15
16
type MediaInitChanMsg struct {
17
+
Mediainit lrcpb.Event_Mediainit
18
+
ResolvedId *string
19
}
20
21
type options struct {