mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-12-24 12:27:57 +08:00
Initial commit, pt. 44
This commit is contained in:
@@ -14,7 +14,7 @@ type DestinationConfig struct {
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
Server []Server `yaml:"servers"`
|
||||
Streams map[StreamID]StreamConfig `yaml:"streams"`
|
||||
Destinations map[DestinationID]DestinationConfig `yaml:"destinations"`
|
||||
Servers []Server `yaml:"servers"`
|
||||
Streams map[StreamID]*StreamConfig `yaml:"streams"`
|
||||
Destinations map[DestinationID]*DestinationConfig `yaml:"destinations"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user