Revert "add layers, add missing model."

This reverts commit 7d152b2cd1.
Этот коммит содержится в:
Conor Macpherson
2023-03-28 14:37:33 -04:00
родитель 3e49c81e8a
Коммит 406df06ef6
3 изменённых файлов: 2 добавлений и 12 удалений

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

@@ -59,13 +59,3 @@ type SelfHostedBillingAccessRequest struct {
type SelfHostedBillingAccessResponse struct {
Token string `json:"token"`
}
type SelfHostedExpansionRequest struct {
Seats int `json:"seats"`
LicenseId string `json:"license_id"`
}
type SelfHostedExpansionConfirmPaymentMethodRequest struct {
StripeSetupIntentID string `json:"stripe_setup_intent_id"`
ExpandRequest SelfHostedExpansionRequest `json:"expand_request"`
}

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

@@ -11,8 +11,8 @@ import (
"net/http"
timePkg "time"
"github.com/mattermost/mattermost-server/v6/model"
"github.com/mattermost/mattermost-server/v6/server/channels/einterfaces"
"github.com/mattermost/mattermost-server/v6/model"
)
type apiTimerLayer struct {

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

@@ -11,8 +11,8 @@ import (
"net/http"
timePkg "time"
"github.com/mattermost/mattermost-server/v6/model"
"github.com/mattermost/mattermost-server/v6/server/channels/einterfaces"
"github.com/mattermost/mattermost-server/v6/model"
)
type hooksTimerLayer struct {