prasadtalasila/TransportScheduler

View on GitHub
apps/network/lib/network/station/collector_behaviour.ex

Summary

Maintainability
Test Coverage
defmodule Station.CollectorBehaviour do
  @moduledoc """
  Defines the interface for the Query Collector.
  """
  @callback collect(list(), any()) :: any()
end