APIv4 post /teams/search (#5931)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
6b61834ab1
Коммит
43e795448f
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user