Behaviours: gen_statem.
This module defines the minikube_driver behaviour.
Required callback functions: start/1, status/1, stop/1.
| callback_mode/0 | |
| handle_event/4 | |
| init/1 | |
| start/1 | |
| start_link/1 | |
| status/1 | |
| stop/1 | |
| terminate/3 |
callback_mode() -> any()
handle_event(X1, X2, Status, Minikube_driver_data) -> any()
init(X1) -> any()
start(Profile::atom()) -> ok | {error, Reason}
start_link(Profile) -> any()
status(Profile::atom()) -> {ok, minikube_status:type()} | {error, Reason}
stop(Profile::atom()) -> ok | {error, Reason}
terminate(Reason, Status, Minikube_driver_data) -> any()
Generated by EDoc