()
| 1340 | } |
| 1341 | |
| 1342 | func getSandboxClient() *sandboxclient.Client { |
| 1343 | return sandboxclient.NewClient(config.SandboxServiceURL) |
| 1344 | } |
| 1345 | |
| 1346 | func parseBoolValue(value interface{}) bool { |
| 1347 | switch v := value.(type) { |
no outgoing calls
no test coverage detected