Current section

Files

Jump to
nuamnesia lib amnesia table coordinator.ex
Raw

lib/amnesia/table/coordinator.ex

# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
# Version 2, December 2004
#
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
#
# 0. You just DO WHAT THE FUCK YOU WANT TO.
defmodule Amnesia.Table.Coordinator do
def destroy!(table) do
# Attempt to sync for local table on remote node
end
def destroy(table) do
# Attempt to sync for local table on remote node
end
def destroy!(table) do
# Attempt to sync for local table on remote node
end
def destroy(table) do
# Attempt to sync for local table on remote node
end
def delete_index(table, arg) do
# Attempt to sync for local table on remote node
end
def add_index(table, arg) do
# Attempt to sync for local table on remote node
end
def create(table, arg \\ nil) do
# Attempt to sync for local table on remote node
end
def create!(table, arg \\ nil) do
# Attempt to sync for local table on remote node
end
end