1 2 3 4 5 6
package hooks type Config struct { Socket string `scfg:"socket"` Execs string `scfg:"execs"` }