Files
2022-01-07 22:47:02 +08:00

7 lines
65 B
Go

package ldap
type Config struct {
Enable bool
Addr string
}