mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
major refactor.
This commit is contained in:
parent
5c92b75cf7
commit
5d906e0a8b
53 changed files with 1189 additions and 1133 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"github.com/spf13/cobra"
|
||||
|
||||
"demodesk/neko"
|
||||
"demodesk/neko/internal/types/config"
|
||||
"demodesk/neko/internal/config"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
@ -17,10 +17,9 @@ func init() {
|
|||
}
|
||||
|
||||
configs := []config.Config{
|
||||
neko.Service.Configs.Capture,
|
||||
neko.Service.Configs.Server,
|
||||
neko.Service.Configs.WebRTC,
|
||||
neko.Service.Configs.Remote,
|
||||
neko.Service.Configs.Broadcast,
|
||||
neko.Service.Configs.WebSocket,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue