ExClubhouse v0.6.0 ExClubhouse.Model.Commit View Source

Commit model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Commit{
  author_email: binary(),
  author_id: binary() | nil,
  author_identity: ExClubhouse.Model.Identity.t(),
  created_at: binary(),
  entity_type: binary(),
  hash: binary(),
  id: integer() | nil,
  merged_branch_ids: [integer()],
  message: binary(),
  respository_id: integer() | nil,
  timestamp: binary(),
  updated_at: binary() | nil,
  url: binary()
}