api/cache

This commit is contained in:
root
2023-04-20 13:14:25 +03:00
parent 8e2b0ada32
commit 46a72e1aef
72 changed files with 50 additions and 30 deletions

0
utils/storage/cache.go Normal file → Executable file
View File

1
utils/storage/etcd.go Normal file → Executable file
View File

@@ -74,6 +74,7 @@ func NewEtcdHandler(cfg *viper.Viper) (*EtcdHandler, error) {
Password: password,
DialTimeout: 5 * time.Second,
})
fmt.Println(endpoints,prefix,username,password)
if err != nil {
fmt.Println(err)
return nil, err

0
utils/storage/files.go Normal file → Executable file
View File

0
utils/storage/kv.go Normal file → Executable file
View File

0
utils/storage/minio.go Normal file → Executable file
View File

0
utils/storage/sessions.go Normal file → Executable file
View File