mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Suggest reverter for installers
This commit is contained in:
@@ -246,6 +246,9 @@ class IInstaller(IPlugin):
|
|||||||
restored in a consistent manner if requested by the user or in case
|
restored in a consistent manner if requested by the user or in case
|
||||||
of an error.
|
of an error.
|
||||||
|
|
||||||
|
Using :class:`certbot.reverter.Reverter` to implement checkpoints,
|
||||||
|
rollback, and recovery can dramatically simplify plugin development.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def get_all_names():
|
def get_all_names():
|
||||||
|
|||||||
Reference in New Issue
Block a user