增加基础数据定义 + 接口约束
This commit is contained in:
14
define/consts.go
Normal file
14
define/consts.go
Normal file
@ -0,0 +1,14 @@
|
||||
// Package define ...
|
||||
//
|
||||
// Description : define ...
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 2024-03-11 12:06
|
||||
package define
|
||||
|
||||
const (
|
||||
DriverTypeEtcd = "ETCD" // etcd驱动
|
||||
DriverTypeKafka = "KAFKA" // kafka驱动
|
||||
DriverTypeREDIS = "REDIS" // redis驱动
|
||||
)
|
Reference in New Issue
Block a user