Aesir v0.0.3 Aesir.Changelog.Entry View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Aesir.Changelog.Entry{
message: String.t(),
timestamp: DateTime.t() | nil,
type: type(),
version: Aesir.Util.Version.t()
}
t() :: %Aesir.Changelog.Entry{ message: String.t(), timestamp: DateTime.t() | nil, type: type(), version: Aesir.Util.Version.t() }
Link to this type
type()
View Source
type()
View Source
type() :: :public | :dev
type() :: :public | :dev