utils created

This commit is contained in:
nquidox 2025-10-25 17:39:17 +03:00
parent 875e4eefbd
commit d690b2c162
2 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,7 @@
package interfaces
type Utils interface {
MerchImageVolumePath(u, m string) string
FilenameFromType(imgType string) string
MerchImageURL(u, m, t string) string
}