View Source GitHub.FileCommit (GitHub REST API Client v0.3.3)

Provides struct and type for a FileCommit

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.FileCommit{
  __info__: map(),
  commit: GitHub.FileCommitCommit.t(),
  content: GitHub.FileCommitContent.t() | nil
}