Repository URL to install this package:
|
Version:
0.1.8 ▾
|
# frozen_string_literal: true
require 'aws-record'
require 'dry/configurable'
require 'logger'
require 'chewy'
require 'elixir/pay/record/version'
require 'elixir/pay/record/repository'
require 'elixir/pay/record/chewy_index'
require 'active_support'
module Elixir
module Pay
module Record
class Error < StandardError; end
class ConfigTableName < Error; end
class ConfigEntity < Error; end
class ConfigGsik < Error; end
class NotCreateEntity < Error; end
class NotFound < Error; end
class IndexNotFound < Error; end
class EntityNotfound < Error; end
# Your code goes here...
end
end
end