Current section
Files
Jump to
Current section
Files
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