add simple http
This commit is contained in:
5
internal/common/config/http.go
Normal file
5
internal/common/config/http.go
Normal file
@ -0,0 +1,5 @@
|
||||
package config
|
||||
|
||||
type HTTP struct {
|
||||
ListenAddr string `json:"listen_addr"`
|
||||
}
|
||||
Reference in New Issue
Block a user