Этот коммит содержится в:
Andrei Stanciu
2017-02-28 10:41:38 +02:00
коммит произвёл George Goldberg
родитель 83c113595a
Коммит 45edfbe719
6 изменённых файлов: 154 добавлений и 0 удалений

Просмотреть файл

@@ -62,7 +62,9 @@ type TeamStore interface {
GetByName(name string) StoreChannel
SearchByName(name string) StoreChannel
GetAll() StoreChannel
GetAllPage(offset int, limit int) StoreChannel
GetAllTeamListing() StoreChannel
GetAllTeamPageListing(offset int, limit int) StoreChannel
GetTeamsByUserId(userId string) StoreChannel
GetByInviteId(inviteId string) StoreChannel
PermanentDelete(teamId string) StoreChannel