proto/goutils/proto_build/tpls/http_grpc_method_var.tpl
huangsimin@fusen.cn e2eb5ad78c 测试
2023-12-06 12:08:20 +08:00

18 lines
272 B
Smarty

package test
import (
"bytes"
"encoding/json"
"fmt"
"{{.ProjectName}}/server/config"
"fusen-basic/env"
"fusen-basic/utils/log"
"net/http"
"net/url"
"reflect"
"strings"
"time"
)
var fusen *env.Fusen[config.Config]
var gatewayAddrress = "http://localhost:9900"