Moving app from singular to being created for every request (#9889)

* Moving app from singular to being created for every request.

* Automatic refactor

* Adding license header

* Feedback fixes
Этот коммит содержится в:
Christopher Speller
2018-11-28 10:56:21 -08:00
коммит произвёл GitHub
родитель 1bcf08aa4b
Коммит da265fbaf7
68 изменённых файлов: 1272 добавлений и 1096 удалений

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

@@ -5,9 +5,10 @@ package sqlstore
import (
"database/sql"
"net/http"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/store"
"net/http"
)
type SqlUserTermsOfServiceStore struct {

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

@@ -1,8 +1,9 @@
package sqlstore
import (
"github.com/mattermost/mattermost-server/store/storetest"
"testing"
"github.com/mattermost/mattermost-server/store/storetest"
)
func TestUserTermsOfServiceStore(t *testing.T) {