优化包引入 + 基础配置校验
This commit is contained in:
4
httpclient/cache/ICache.go
vendored
4
httpclient/cache/ICache.go
vendored
@ -7,7 +7,9 @@
|
||||
// Date : 2024-06-03 15:49
|
||||
package cache
|
||||
|
||||
import "git.zhangdeman.cn/gateway/httpclient/define"
|
||||
import (
|
||||
"git.zhangdeman.cn/zhangdeman/network/httpclient/define"
|
||||
)
|
||||
|
||||
// ICache 缓存定义
|
||||
//
|
||||
|
Reference in New Issue
Block a user