Astarte.Core.Mapping.EndpointsAutomaton.resolve_path
You're seeing just the function
resolve_path
, go back to Astarte.Core.Mapping.EndpointsAutomaton module for more information.
returns :ok
and an endpoint for a given path
using a previously built automata ({transitions, accepting_states}
).
if path is not complete one or more endpoints will be guessed and :guessed
followed by a list of endpoints is returned.