| 14 | ) |
| 15 | |
| 16 | type LinuxSystemService struct { |
| 17 | instance ServiceInstance |
| 18 | } |
| 19 | |
| 20 | func NewSystemService(instance ServiceInstance) *LinuxSystemService { |
| 21 | return &LinuxSystemService{instance: instance} |
nothing calls this directly
no outgoing calls
no test coverage detected