mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-21 22:30:46 +08:00
7 lines
65 B
Go
7 lines
65 B
Go
package ldap
|
|
|
|
type Config struct {
|
|
Enable bool
|
|
Addr string
|
|
}
|