chain-dci/pkg/msg/dci_msg.go

7 lines
124 B
Go
Raw Normal View History

2023-11-23 12:06:14 +00:00
package msg
const (
2023-11-27 02:06:23 +00:00
ErrFileIsEmpty = "未获取到相关文件"
ErrCreateClientToken = "创建clientToken失败"
2023-11-23 12:06:14 +00:00
)