Split.TreatmentWithConfig (split v1.0.1)

This module is a struct that represents a treatment with a configuration.

Fields

  • :treatment - The treatment string value
  • :config - The treatment configuration string or nil if the treatment has no configuration

Summary

Types

t()

@type t() :: %Split.TreatmentWithConfig{
  config: String.t() | nil,
  treatment: String.t()
}