commonMain.raven.MockAttachment.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raven-email-console Show documentation
Show all versions of raven-email-console Show documentation
An abstraction form sending emails
package raven
data class MockAttachment(
override val content: T,
override val type: String,
override val name: String
) : EmailAttachment