7 lines
116 B
Go
7 lines
116 B
Go
package config
|
|
|
|
type HTTP struct {
|
|
ListenAddr string `json:"listen_addr"`
|
|
MountLive bool `json:"mount_live"`
|
|
}
|