1 package monitor 2 3 // Config is a flat mapping where values are simple (no slices/maps). 4 type Config map[string]interface{} 5