View Source DotenvParser.Continuation (dotenv_parser v2.0.1)

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.

Types

@type 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.