Packages

Long Lived Services Scaffolding libraries

Current section

Files

Jump to
noizu_labs_services lib context state state.ex
Raw

lib/context/state/state.ex

defmodule Noizu.Service.State do
@vsn 1.0
defstruct [
status: nil,
supervisor: nil,
pool: nil,
component: nil,
book_keeping: nil,
vsn: @vsn
]
end