merch-api/pkg/utils/interface.go

8 lines
72 B
Go
Raw Permalink Normal View History

2026-02-23 20:46:53 +03:00
package utils
type Utils interface {
timeUtil
cpuUtil
2026-03-02 17:30:17 +03:00
contextUtil
2026-02-23 20:46:53 +03:00
}