PLT-6474: Server: Add elasticsearch/test endpoint to API. (#6792)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
a4f363a50b
Коммит
f2898927f1
@@ -10,6 +10,7 @@ type ElasticSearchInterface interface {
|
||||
IndexPost(post *model.Post, teamId string)
|
||||
SearchPosts(channels *model.ChannelList, searchParams []*model.SearchParams) ([]string, *model.AppError)
|
||||
DeletePost(postId string)
|
||||
TestConfig() *model.AppError
|
||||
}
|
||||
|
||||
var theElasticSearchInterface ElasticSearchInterface
|
||||
|
||||
Ссылка в новой задаче
Block a user