add simple http

This commit is contained in:
Gitea
2023-12-17 10:01:49 +03:00
parent b3e14f8c45
commit f60ebcfb36
9 changed files with 393 additions and 36 deletions

View File

@ -0,0 +1,5 @@
package config
type HTTP struct {
ListenAddr string `json:"listen_addr"`
}