mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-30 22:56:20 +08:00
13 lines
156 B
Go
13 lines
156 B
Go
package cascade
|
|
|
|
import (
|
|
"m7s.live/v5/pkg/util"
|
|
)
|
|
|
|
var ENDFLAG = []byte{0}
|
|
|
|
type Superior struct {
|
|
}
|
|
|
|
var SubordinateMap util.Collection[uint, *Instance]
|