-module(nitrogen_basic_handler). -callback init() -> {ok, State :: term()}. -callback finish() -> {ok, State :: term()}.