PostValidate defines a function that runs AFTER the successful execution of the validation hooks.
(ctx context.Context, app App)
| 49 | // PostValidate defines a function that runs AFTER the successful |
| 50 | // execution of the validation hooks. |
| 51 | PostValidate(ctx context.Context, app App) error |
| 52 | } |
| 53 | |
| 54 | // GenerateDefaultRandomId generates a default random id string |