update bookstore example for generation prototype

This commit is contained in:
kevin
2020-10-31 11:42:44 +08:00
parent 7b9ed7a313
commit b144a2335c
20 changed files with 513 additions and 118 deletions

View File

@@ -3,8 +3,8 @@ package logic
import (
"context"
add "bookstore/rpc/add/internal/pb"
"bookstore/rpc/add/internal/svc"
add "bookstore/rpc/add/pb"
"bookstore/rpc/model"
"github.com/tal-tech/go-zero/core/logx"