We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af147fc + 619894a commit e56a0fdCopy full SHA for e56a0fd
internal/usercenter/biz/user/user.go
@@ -15,7 +15,7 @@ import (
15
v1 "github.com/superproj/onex/pkg/api/usercenter/v1"
16
)
17
18
-// UserBiz defines methods used to handle user rquest.
+// UserBiz defines methods used to handle user request.
19
type UserBiz interface {
20
Create(ctx context.Context, rq *v1.CreateUserRequest) (*v1.UserReply, error)
21
List(ctx context.Context, rq *v1.ListUserRequest) (*v1.ListUserResponse, error)
0 commit comments