mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 05:28:44 +02:00
Add package comments
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
// Package auth manages backends to auth incoming streams
|
||||
package auth
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Package basic provides a basic authentification backend
|
||||
package basic
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Package ldap provides a LDAP authentification backend
|
||||
package ldap
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user