mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-04 15:12:43 +08:00
10 lines
154 B
Go
10 lines
154 B
Go
package streamd
|
|
|
|
import (
|
|
"github.com/xaionaro-go/streamctl/pkg/streamd/config"
|
|
)
|
|
|
|
func convertConfig(cfg config.Config) error {
|
|
return cfg.Convert()
|
|
}
|