ghostream/auth/auth.go

12 lines
179 B
Go
Raw Normal View History

2020-09-22 09:42:57 +00:00
package auth
import (
"gitlab.crans.org/nounous/ghostream/auth/ldap"
)
// Options holds web package configuration
type Options struct {
Backend string
LDAP ldap.Options
}