(name string, units interface{})
| 1162 | } |
| 1163 | |
| 1164 | func newSystemdProperty(name string, units interface{}) systemdDbus.Property { |
| 1165 | return systemdDbus.Property{ |
| 1166 | Name: name, |
| 1167 | Value: dbus.MakeVariant(units), |
| 1168 | } |
| 1169 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…