Current section
Files
Jump to
Current section
Files
lib/sfdc_query/parser/behavior.ex
defmodule SFDCQuery.Parser.Behaviour do
alias SFDCQuery.Query
@callback parse({:ok, Query.t()} | {:error, any()}) :: {:ok, list(map())} | {:error, any()}
end