Current section

Files

Jump to
split_client lib boundary yaml yaml_stub.ex
Raw

lib/boundary/yaml/yaml_stub.ex

defmodule SplitClient.Boundary.YAMLStub do
@moduledoc false
@behaviour SplitClient.Boundary.YAMLBehaviour
def read_from_file!(_path, _options \\ []) do
%{}
end
end