(resource, lcuuid string)
| 48 | } |
| 49 | |
| 50 | func addToToolMap(resource, lcuuid string) string { |
| 51 | return fmt.Sprintf("%s (lcuuid: %s) success", common.LogAdd(resource), lcuuid) |
| 52 | } |
| 53 | |
| 54 | func updateToolMap(resource, lcuuid string) string { |
| 55 | return fmt.Sprintf("%s (lcuuid: %s) success", common.LogUpdate(resource), lcuuid) |
no outgoing calls
no test coverage detected