robotLJW commented on a change in pull request #228:
URL: https://github.com/apache/servicecomb-kie/pull/228#discussion_r757253042
##########
File path: server/datasource/dao.go
##########
@@ -38,14 +41,18 @@ var (
ErrKeyNotExists = errors.New("can not find any key value")
ErrRecordNotExists = errors.New("can not find any polling data")
ErrRevisionNotExist = errors.New("revision does not exist")
- ErrAliasNotGiven = errors.New("label alias not given")
ErrKVAlreadyExists = errors.New("kv already exists")
ErrTooMany = errors.New("key with labels should be only one")
)
const (
DefaultValueType = "text"
MaxHistoryNum = 100
+
+ CreateAction = "create"
Review comment:
已经是用cari包内
--
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]