tianxiaoliang commented on a change in pull request #1184:
URL:
https://github.com/apache/servicecomb-service-center/pull/1184#discussion_r774837598
##########
File path: datasource/schema/schema.go
##########
@@ -20,12 +20,17 @@ package schema
import (
"context"
"crypto/md5"
- "encoding/hex"
+ "fmt"
+
+ "github.com/go-chassis/cari/discovery"
+)
+
+var (
+ ErrSchemaNotExist =
discovery.NewError(discovery.ErrSchemaNotExists, "Schema ref not found.")
Review comment:
错误都是大写开头么?其他的也是?我推荐小写
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]