Register marks the given webhook as being served at the given path. It panics if two hooks are registered on the same path.
(path string, hook http.Handler)
| 54 | // Register marks the given webhook as being served at the given path. |
| 55 | // It panics if two hooks are registered on the same path. |
| 56 | Register(path string, hook http.Handler) |
| 57 | |
| 58 | // Start runs the server. |
| 59 | // It will install the webhook related resources depend on the server configuration. |
no outgoing calls