To reduce bot traffic you must login to view /lordwelch/glauth/raw/branch/robust-embed/v2/pkg/frontend/webapi.go.
The GitHub login only links via username.
Files

14 lines
274 B
Go

package monitoring
import "github.com/glauth/ldap"
type MonitorInterface interface {
SetResponseTimeMetric(map[string]string, float64) error
SetLDAPMetric(map[string]string, float64) error
}
type LDAPServerInterface interface {
SetStats(bool)
GetStats() ldap.Stats
}