| 36 | } |
| 37 | |
| 38 | type APIKeyAuth struct { |
| 39 | HeaderName string |
| 40 | APIKey string |
| 41 | } |
| 42 | |
| 43 | func (a APIKeyAuth) toCreateRequest(opts CreateWebhookOpts) (rest.V1CreateWebhookRequest, error) { |
| 44 | var req rest.V1CreateWebhookRequest |
nothing calls this directly
no outgoing calls
no test coverage detected