merch-api/pkg/utils/interface.go
2026-03-02 17:30:17 +03:00

7 lines
72 B
Go

package utils
type Utils interface {
timeUtil
cpuUtil
contextUtil
}