(c *gin.Context)
| 136 | } |
| 137 | |
| 138 | func integrationOperationNameParam(c *gin.Context) string { |
| 139 | return strings.TrimPrefix(c.Param("operationName"), "/") |
| 140 | } |
| 141 | |
| 142 | func sanitizeProviderScopedIntegrationInput(input map[string]interface{}) { |
| 143 | for _, key := range []string{"oauth_token_id", "credential_id", "sessionUser", "requestSessionUser", "httpRequest", "httpRequestHeaders"} { |
no outgoing calls