This repository has been archived on 2018-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
url-shortener/src/main/kotlin/net/cismon/urlshortener/wrapper/Respond.kt

4 lines
101 B
Kotlin

package net.cismon.urlshortener.wrapper
open class Respond<Data>(var err: Long = 0, var data: Data)