mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
7 lines
162 B
Kotlin
7 lines
162 B
Kotlin
package kritor.service
|
|
|
|
import io.kritor.message.MessageServiceGrpcKt
|
|
|
|
internal object MessageService: MessageServiceGrpcKt.MessageServiceCoroutineImplBase() {
|
|
|
|
} |