image-storage/internal/interfaces/utils.go

8 lines
166 B
Go
Raw Normal View History

2025-10-25 17:39:17 +03:00
package interfaces
type Utils interface {
MerchImageVolumePath(u, m string) string
FilenameFromType(imgType string) string
MerchImageURL(u, m, t string) string
}