Update server dependencies
This commit is contained in:
parent
d0df44c109
commit
d918262365
31 changed files with 1233 additions and 806 deletions
1
build/manifest/vendor/github.com/mattermost/mattermost-server/model/system.go
generated
vendored
1
build/manifest/vendor/github.com/mattermost/mattermost-server/model/system.go
generated
vendored
|
@ -16,6 +16,7 @@ const (
|
|||
SYSTEM_ACTIVE_LICENSE_ID = "ActiveLicenseId"
|
||||
SYSTEM_LAST_COMPLIANCE_TIME = "LastComplianceTime"
|
||||
SYSTEM_ASYMMETRIC_SIGNING_KEY = "AsymmetricSigningKey"
|
||||
SYSTEM_INSTALLATION_DATE_KEY = "InstallationDate"
|
||||
)
|
||||
|
||||
type System struct {
|
||||
|
|
Reference in a new issue