6 lines
77 B
Go
6 lines
77 B
Go
package config
|
|
|
|
type HTTP struct {
|
|
ListenAddr string `json:"listen_addr"`
|
|
}
|