View Source DotenvParser.Continuation (dotenv_parser v2.0.1)

Link to this section Summary

Types

t()

A multiline value continuation. When a function returns this, it means that a multiline value was started and more needs to be parsed to get the rest of the value.

Link to this section Types

Specs

t() :: %DotenvParser.Continuation{
  name: String.t(),
  start_quote: String.t(),
  value: String.t()
}

A multiline value continuation. When a function returns this, it means that a multiline value was started and more needs to be parsed to get the rest of the value.