10 строки
201 B
Go
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
|
|
}
|