summaryrefslogtreecommitdiff
path: root/src/main/scala/com/tylerstonge/honeypot/messages/MStartReporter.scala
blob: a14e8bbc6cd1e84ddef1ec059c9f2b6644b496c7 (plain)
1
2
3
4
5
package com.tylerstonge.honeypot.messages

import org.typelevel.jawn.ast.JValue

case class MStartReporter(name: String, rtype: String, options: JValue)