package config type Config struct { Domain string Handlers []Handler } type Handler struct { Name string Exec string Rpc string }