mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
autoSearch追加
This commit is contained in:
parent
e7ababe65a
commit
da207fe251
|
@ -1,4 +1,11 @@
|
|||
package one.nem.lacerta.data;
|
||||
|
||||
import one.nem.lacerta.model.ListItem;
|
||||
|
||||
public interface LacertaSearch {
|
||||
|
||||
ListItem autoSearch(String query, int limit);
|
||||
|
||||
ListItem autoSearch(String query, int limit, int offset);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user