feat: more reorganisation and keys endpoint
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package utility
|
||||
|
||||
import (
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
func GenerateSafeName(category MediaType, ext string) string {
|
||||
return uuid.New().String() + "_" + string(category) + ext
|
||||
}
|
||||
Reference in New Issue
Block a user