add in-process cache doc

This commit is contained in:
kevin
2020-09-11 15:30:20 +08:00
parent 1c3c8f4bbc
commit 72aeac3fa9
5 changed files with 111 additions and 6 deletions

View File

@@ -5,11 +5,10 @@ import (
"os"
"path/filepath"
"github.com/urfave/cli"
"github.com/tal-tech/go-zero/tools/goctl/rpc/ctx"
"github.com/tal-tech/go-zero/tools/goctl/rpc/gen"
"github.com/tal-tech/go-zero/tools/goctl/util"
"github.com/urfave/cli"
)
func Rpc(c *cli.Context) error {