rentease/config/host.go
2024-02-18 14:01:33 +01:00

7 lines
77 B
Go

package config
type Host struct{}
func NewHost() *Host {
return &Host{}
}