(root string)
| 27 | ) |
| 28 | |
| 29 | func NewCpu(root string) *cpuController { |
| 30 | return &cpuController{ |
| 31 | root: filepath.Join(root, string(Cpu)), |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | type cpuController struct { |
| 36 | root string |
no outgoing calls
no test coverage detected
searching dependent graphs…