generate facade service
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package facade
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/cloudwego/hertz/pkg/app"
|
||||
"github.com/cloudwego/hertz/pkg/protocol/consts"
|
||||
"github.com/suyiiyii/hertz101/app/facade/biz/utils"
|
||||
)
|
||||
@@ -0,0 +1,10 @@
|
||||
package facade
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"testing"
|
||||
|
||||
"github.com/cloudwego/hertz/pkg/app/server"
|
||||
//"github.com/cloudwego/hertz/pkg/common/test/assert"
|
||||
"github.com/cloudwego/hertz/pkg/common/ut"
|
||||
)
|
||||
Reference in New Issue
Block a user