()
| 19 | } |
| 20 | |
| 21 | func (s *LaunchService) ListTools() ([]ToolDTO, error) { |
| 22 | return NewToolService().List() |
| 23 | } |
| 24 | |
| 25 | func (s *LaunchService) providerAPI() appapi.ProviderAPI { |
| 26 | return appapi.ProviderAPI{DBPath: s.dbPath} |
nothing calls this directly
no test coverage detected