Gullintanni v0.1.0 Gullintanni.Comment

Defines an incoming comment from a provider.

Summary

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)

Creates a new comment.