Files
kurious/internal/common/config/http.go
Aleksandr Trushkin d5f76f4e07 add templ engine
2024-01-21 16:49:47 +03:00

8 lines
151 B
Go

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