Guardsix.Data.Comment (guardsix v1.2.2)

Copy Markdown View Source

An incident comment linking a comment string to an incident ID.

Built via Guardsix.comment/2.

Summary

Types

t()

@type t() :: %Guardsix.Data.Comment{_id: String.t(), comments: [String.t()]}

Functions

new(id, comments)