utils created
This commit is contained in:
parent
875e4eefbd
commit
d690b2c162
2 changed files with 57 additions and 0 deletions
7
internal/interfaces/utils.go
Normal file
7
internal/interfaces/utils.go
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue