From 43e795448f62fa86f3dad7940fc2297c44a6ea9c Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Tue, 4 Apr 2017 02:34:14 +0900 Subject: APIv4 post /teams/search (#5931) --- store/store.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index de70edb99..3e508dfa5 100644 --- a/store/store.go +++ b/store/store.go @@ -61,6 +61,8 @@ type TeamStore interface { Get(id string) StoreChannel GetByName(name string) StoreChannel SearchByName(name string) StoreChannel + SearchAll(term string) StoreChannel + SearchOpen(term string) StoreChannel GetAll() StoreChannel GetAllPage(offset int, limit int) StoreChannel GetAllTeamListing() StoreChannel -- cgit v1.2.3-1-g7c22