View Source Buckaroo.Docs.Plug (buckaroo v0.4.0-alpha.3)

Link to this section Summary

Link to this section Types

@type t() :: %Buckaroo.Docs.Plug{
  doc: term(),
  examples: term(),
  file: term(),
  reference: term(),
  type: term()
}

Link to this section Functions

@spec from_module(module :: module()) :: t()
@spec headers(t()) :: [{String.t(), String.t()}]