All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.taig.backmail.Template.scala Maven / Gradle / Ivy

The newest version!
package io.taig.backmail

enum Template:
  case Alert(children: List[Template], variant: Template.Alert.Variant)
  case Block(children: List[Template], paragraph: Boolean)
  case Button(children: List[Template], href: Attribute)
  case Headline(children: List[Template])
  case Linebreak
  case Link(children: List[Template], href: Attribute)
  case Space
  case Text(children: List[Value])

object Template:
  object Alert:
    enum Variant:
      case Error
      case Info
      case Warning




© 2015 - 2025 Weber Informatics LLC | Privacy Policy