mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-6474: Server: Add elasticsearch/test endpoint to API. (#6792)
This commit is contained in:
committed by
Joram Wilander
parent
a4f363a50b
commit
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
|
||||
|
||||
Reference in New Issue
Block a user