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