Files
mostlymatter/app/plugin/ldapextras/configuration.go
2017-09-01 14:28:15 -04:00

10 строки
201 B
Go

// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package ldapextras
type Configuration struct {
Enabled bool
Attributes []string
}