8 lines
111 B
Go
8 lines
111 B
Go
|
package ldap
|
||
|
|
||
|
// Options holds web package configuration
|
||
|
type Options struct {
|
||
|
URI string
|
||
|
UserDn string
|
||
|
}
|