mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-02-11 10:51:16 +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
|
||
|
}
|