// GetSearchAttributes mocks base method.
func (m *MockProvider) GetSearchAttributes(indexName string, forceRefreshCache bool) (NameTypeMap, error) {
search_attribute_mock.go
m.ctrl.T.Helper()
ret := m.ctrl.Call(m, "GetSearchAttributes", indexName, forceRefreshCache)
ret0, _ := ret[0].(NameTypeMap)
ret1, _ := ret[1].(error)
return ret0, ret1
}
// GetSearchAttributes indicates an expected call of GetSearchAttributes.