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