Method
CheckExp
(resp *req.Response, target string, hashmap map[string]interface{})
Source from the content-addressed store, hash-verified
| 71 | } |
| 72 | |
| 73 | func (d Demo) CheckExp(resp *req.Response, target string, hashmap map[string]interface{}) bool { |
| 74 | defer func() { |
| 75 | if err := recover(); err != nil { |
| 76 | log.Error("[-] CheckExp error: ", err) |
| 77 | } |
| 78 | }() |
| 79 | log.Debugf("[+] check exp") |
| 80 | return false |
| 81 | } |
| 82 | |
| 83 | func completer(d prompt.Document) []prompt.Suggest { |
| 84 | s := []prompt.Suggest{ |
Tested by
no test coverage detected