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

@@ -4,8 +4,6 @@ import (
"fmt"
"os"
"github.com/urfave/cli"
"github.com/tal-tech/go-zero/core/logx"
"github.com/tal-tech/go-zero/tools/goctl/api/apigen"
"github.com/tal-tech/go-zero/tools/goctl/api/dartgen"
@@ -22,6 +20,7 @@ import (
"github.com/tal-tech/go-zero/tools/goctl/feature"
model "github.com/tal-tech/go-zero/tools/goctl/model/sql/command"
rpc "github.com/tal-tech/go-zero/tools/goctl/rpc/command"
"github.com/urfave/cli"
)
var (