Current section

Files

Jump to
logger_handler_kit lib logger_handler_kit fake_struct.ex
Raw

lib/logger_handler_kit/fake_struct.ex

defmodule LoggerHandlerKit.FakeStruct do
@moduledoc """
A module defining a struct with one field. If you need _any_ struct, why not this one?
"""
defstruct [:hello]
end