Packages

Long Lived Services Scaffolding libraries

Current section

Files

Jump to
noizu_labs_services lib context worker state.ex
Raw

lib/context/worker/state.ex

defmodule Noizu.Service.Worker.State do
@vsn 1.0
defstruct [
id: nil,
handler: nil,
status: nil,
status_info: nil,
worker: nil,
aux: nil,
book_keeping: nil,
vsn: @vsn
]
end