Gleanex.Platform.SkillSourceProvenance (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SkillSourceProvenance

Summary

Types

t()

@type t() :: %Gleanex.Platform.SkillSourceProvenance{
  commit_sha: String.t() | nil,
  imported_at: DateTime.t() | nil,
  last_synced_at: DateTime.t() | nil,
  source_url: String.t() | nil,
  sync_error: String.t() | nil,
  sync_status: String.t() | nil
}