image-storage/internal/interfaces/utils.go
2025-10-25 17:39:17 +03:00

7 lines
166 B
Go

package interfaces
type Utils interface {
MerchImageVolumePath(u, m string) string
FilenameFromType(imgType string) string
MerchImageURL(u, m, t string) string
}