Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthKerberos ¶
type AuthKerberos struct { ProxyAddr string ProxyNodeAddr string ProxyPort int ProxyUsername string ProxyPassword string ConnectionTimeout int // contains filtered or unexported fields }
func NewAuthKerberos ¶
func (*AuthKerberos) Check ¶
func (a *AuthKerberos) Check(urls []string, ch chan HealthResponse, wg *sync.WaitGroup)
type AuthNTLM ¶
type AuthNTLM struct { ProxyAddr string ProxyPort int ProxyUsername string ProxyPassword string ConnectionTimeout int // contains filtered or unexported fields }
func NewAuthNTLM ¶
type AuthNo ¶
type HealthResponse ¶
Click to show internal directories.
Click to hide internal directories.