Documentation ¶ Index ¶ Variables type ErrorData type NotificationData type Server func New(l *ldap.Ldap, m *mail.Mail, ldb *db.DB, g *gitea.Gitea, mtx *matrix.Matrix, ...) *Server func (s *Server) Cleanup(noLockUsers bool) func (s *Server) Serve(addr string) error Constants ¶ This section is empty. Variables ¶ View Source var ( ErrInvalidKey = errors.New("Key is not valid") ErrNoKeyId = errors.New("The key doesn't contain a valid user id") ErrExpiredKey = errors.New("The key is expired") ) Functions ¶ This section is empty. Types ¶ type ErrorData ¶ type ErrorData struct { Title string Description string BackURL string } type NotificationData ¶ type NotificationData struct { Name string Fingerprint string Days int } type Server ¶ type Server struct { // contains filtered or unexported fields } func New ¶ func New(l *ldap.Ldap, m *mail.Mail, ldb *db.DB, g *gitea.Gitea, mtx *matrix.Matrix, domain string) *Server func (*Server) Cleanup ¶ func (s *Server) Cleanup(noLockUsers bool) Cleanup runs periodic clean up tasks func (*Server) Serve ¶ func (s *Server) Serve(addr string) error Serve lowry web site Source Files ¶ View all Source files add_user.go admin.go cleanup.go collective.go gitea.go openpgp.go server.go session.go template.go user.go Click to show internal directories. Click to hide internal directories.