Split.TreatmentWithConfig (split v0.2.1-rc.0)

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

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