merch-api/pkg/utils/interface.go

7 lines
59 B
Go
Raw Normal View History

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