update example doc

This commit is contained in:
kevin
2020-09-04 08:13:22 +08:00
parent b4aa89fc25
commit c0d0e00803
8 changed files with 67 additions and 21 deletions

View File

@@ -1,7 +1,11 @@
package config
import "github.com/tal-tech/go-zero/rest"
import (
"github.com/tal-tech/go-zero/rest"
"github.com/tal-tech/go-zero/rpcx"
)
type Config struct {
rest.RestConf
Transform rpcx.RpcClientConf
}