dataloader v0.1.0 Dataloader.Source protocol

Link to this section Summary

Link to this section Types

Link to this type batch_key()
batch_key() :: term()
Link to this type item_key()
item_key() :: term()
Link to this type t()
t() :: term()

Link to this section Functions

Link to this function get(source, batch_key, item_key)
get(t(), batch_key(), item_key()) :: term()
Link to this function load(source, batch_key, item_key)
load(t(), batch_key(), item_key()) :: t()
Link to this function pending_batches?(source)
pending_batches?(t()) :: boolean()
Link to this function run(source)
run(t()) :: t()