mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-02-06 12:32:59 +00:00
8 lines
111 B
Go
8 lines
111 B
Go
package ldap
|
|
|
|
// Options holds web package configuration
|
|
type Options struct {
|
|
URI string
|
|
UserDn string
|
|
}
|