To reduce bot traffic you must login to view /lordwelch/glauth/src/commit/a3b6ef3a8c193f9baa4db79baa8f4cb5e4f77b6e/v2/internal/monitoring/ldap_test.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
}