All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.firefly.example.kotlin.coffee.store.service.UserService.kt Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.firefly.example.kotlin.coffee.store.service

import com.firefly.example.kotlin.coffee.store.model.User

/**
 * @author Pengtao Qiu
 */
interface UserService {
    suspend fun getByName(name: String): User
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy