♻️ use minio instead of mongodb
This commit is contained in:
6
common/constant/bucket_name.go
Normal file
6
common/constant/bucket_name.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
FaceBucketName = "faces"
|
||||
CommentImagesBucketName = "comments"
|
||||
)
|
@@ -1,5 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
FaceTypeSample = "sample"
|
||||
FaceTypePerson = iota
|
||||
FaceTypeHidden
|
||||
)
|
||||
|
@@ -15,5 +15,6 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
FaceSamplePrefix = "face:sample:"
|
||||
FaceSamplePrefix = "face:samples:"
|
||||
FaceVectorPrefix = "face:vectors:"
|
||||
)
|
||||
|
Reference in New Issue
Block a user