MCPcopy Create free account
hub / github.com/Hello-hao/Tbed / KeysService

Interface KeysService

src/main/java/cn/hellohao/service/KeysService.java:10–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import java.util.List;
9
10@Service
11public interface KeysService {
12 Keys selectKeys(Integer id);
13
14 List<Keys> getStorageName();
15
16 List<Keys> getStorage();
17
18 Msg updateKey(Keys key);
19
20 List<Keys> getKeys();
21}

Callers 12

uploadForLocMethod · 0.65
deleMethod · 0.65
dele2Method · 0.65
selectKeysMethod · 0.65
uploadImgMethod · 0.65
delWebDAVMethod · 0.65
getWebDAVMethod · 0.65
getStorageNameMethod · 0.65
getStorageMethod · 0.65
updateKeyMethod · 0.65
getKeysMethod · 0.65
intiStorageMethod · 0.65

Implementers 1

KeysServiceImplsrc/main/java/cn/hellohao/service/impl

Calls

no outgoing calls

Tested by

no test coverage detected