(name, toolsetID string, readOnly bool)
| 24 | ) |
| 25 | |
| 26 | func mockTool(name, toolsetID string, readOnly bool) inventory.ServerTool { |
| 27 | return mockToolFull(name, toolsetID, readOnly, false) |
| 28 | } |
| 29 | |
| 30 | func mockToolFull(name, toolsetID string, readOnly bool, isDefault bool) inventory.ServerTool { |
| 31 | return inventory.ServerTool{ |
no test coverage detected