MCPcopy Create free account
hub / github.com/IcedSoul/LeaveWord / UserService

Interface UserService

src/main/java/com/leaveword/service/UserService.java:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import com.leaveword.utils.Response;
4
5public interface UserService {
6 Response getUser(Integer userId);
7 Response userRegister(String userName,String userPassword);
8 Response userLogin(String userName,String userPassword);
9}

Callers 3

getUserMethod · 0.65
userRegisterMethod · 0.65
userLoginMethod · 0.65

Implementers 2

UserServiceImplsrc/main/java/com/leaveword/service/Us
UserControllersrc/main/java/com/leaveword/controller

Calls

no outgoing calls

Tested by

no test coverage detected