Current section

Files

Jump to
moebius lib moebius document_command.ex
Raw

lib/moebius/document_command.ex

defmodule Moebius.DocumentCommand do
defstruct [
pid: nil,
table_name: nil,
type: :select,
sql: nil,
params: [],
json_field: "body",
where: "",
order: "",
limit: "",
offset: "",
group_by: nil
]
end