(code, msg string)
| 1053 | } |
| 1054 | |
| 1055 | func response(code, msg string) map[string]interface{} { |
| 1056 | return map[string]interface{}{ |
| 1057 | "response": map[string]interface{}{"code": code, "message": msg}} |
| 1058 | } |
| 1059 | |
| 1060 | // DestinationFields is used by both export and backup to specify destination |
| 1061 | type DestinationFields struct { |
no outgoing calls
no test coverage detected