Sidereon.GNSS.Distribution.Source (Sidereon v0.30.0)

Copy Markdown View Source

One explicit public distributor or caller-provided input.

Summary

Types

source_type()

@type source_type() :: :direct | :nasa_cddis | :local_file | :in_memory

t()

@type t() :: %Sidereon.GNSS.Distribution.Source{
  compression: :auto | :none | :gzip,
  content: binary() | nil,
  path: String.t() | nil,
  type: source_type()
}