RegisterEvent to register event and add webhook logs
(ctx context.Context, eventName string, authRecipe string, user *schemas.User)
| 31 | type Provider interface { |
| 32 | // RegisterEvent to register event and add webhook logs |
| 33 | RegisterEvent(ctx context.Context, eventName string, authRecipe string, user *schemas.User) error |
| 34 | } |
| 35 | |
| 36 | type provider struct { |
no outgoing calls
no test coverage detected