package config type HTTP struct { ListenAddr string `json:"listen_addr"` MountLive bool `json:"mount_live"` Engine string `json:"engine"` }