com.github.zhujk.resp.converter.RespConverter.kt Maven / Gradle / Ivy
package com.github.zhujk.resp.converter
interface RespConverter {
fun convert(status: Int, msg: String, data: Any? = null, throwable: Throwable? = null): T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy