(root string)
| 64 | } |
| 65 | |
| 66 | func NewSystemd(root string) (*SystemdController, error) { |
| 67 | return &SystemdController{ |
| 68 | root: root, |
| 69 | }, nil |
| 70 | } |
| 71 | |
| 72 | type SystemdController struct { |
| 73 | root string |
no outgoing calls
no test coverage detected
searching dependent graphs…