Gullintanni v0.1.0 Gullintanni.Comment
Defines an incoming comment from a provider.
Summary
Functions
Creates a new comment
Types
t()
t() :: %Gullintanni.Comment{body: String.t, mreq_id: Gullintanni.MergeRequest.id, sender: String.t, timestamp: NaiveDateTime.t}
Functions
new(mreq_id, sender, body, timestamp)
new(Gullintanni.MergeRequest.id, String.t, String.t, NaiveDateTime.t) :: t
Creates a new comment.