9 lines
161 B
Smarty
9 lines
161 B
Smarty
package test
|
|
|
|
import (
|
|
"{{.ProjectName}}/server/config"
|
|
"fusen-basic/env"
|
|
)
|
|
|
|
var fusen *env.Fusen[config.Config]
|
|
var gatewayAddrress = "http://localhost:9900" |