7 lines
59 B
Go
7 lines
59 B
Go
|
|
package utils
|
||
|
|
|
||
|
|
type Utils interface {
|
||
|
|
timeUtil
|
||
|
|
cpuUtil
|
||
|
|
}
|