package config type Config struct { SharedSecret string Server Server Worker Worker } type Server struct { Address string Database string } type Worker struct { ID string Address string Name string FFmpegPath string }