Test git pre-commit hook

This commit is contained in:
notplants 2021-05-25 16:14:17 +02:00
parent b1d5bac229
commit a45b21d28e
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
* LIST OF METHODS
* register_domain (add a new domain and get back the TSIG key for subsequent updating with nsupdate)
* is_domain_available (check if given domain is available and return boolean result)
* NOT IMPLEMENTED: register_user (sends an email verification to create a new account)
* NOT IMPLEMENTED: verify_user (for clicking the link in the email)
* NOT IMPLEMENTED- register_user (sends an email verification to create a new account)
* NOT IMPLEMENTED- verify_user (for clicking the link in the email)
*/
mod errors;
mod generate_zone;