Burrito.Util.ERTSResolver behaviour (burrito v1.5.0)
View SourceA module that implements the ERTSResolver behaviour is responsible for returning a target with
a fully resolved :erts_source field.
You can register your ERTS resolver as the default one by calling Burrito.register_erts_resolver/1,
otherwise Burrito will use the Burrito.Util.DefaultERTSResolver module.
Summary
Callbacks
@callback do_resolve(Burrito.Builder.Target.t()) :: Burrito.Builder.Target.t()
Functions
@spec resolve(Burrito.Builder.Target.t()) :: Burrito.Builder.Target.t()