Documentation
¶
Index ¶
- Variables
- type Web
- func (web *Web) ForceKill(datadir string) error
- func (web *Web) GetSSOCredentials(conf credentialexchange.CredentialConfig) (string, error)
- func (web *Web) GetSamlLogin(conf credentialexchange.CredentialConfig) (string, error)
- func (web *Web) MustClose()
- func (web *Web) WithConfig(conf *WebConfig) *Web
- type WebConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrTimedOut = errors.New("timed out waiting for input")
)
Functions ¶
This section is empty.
Types ¶
type Web ¶
type Web struct {
// contains filtered or unexported fields
}
func (*Web) GetSSOCredentials ¶
func (web *Web) GetSSOCredentials(conf credentialexchange.CredentialConfig) (string, error)
GetSSOCredentials
func (*Web) GetSamlLogin ¶
func (web *Web) GetSamlLogin(conf credentialexchange.CredentialConfig) (string, error)
GetSamlLogin performs a saml login for a given
func (*Web) WithConfig ¶
type WebConfig ¶
type WebConfig struct {
// contains filtered or unexported fields
}
WebConb
func NewWebConf ¶
func (*WebConfig) WithHeadless ¶
func (*WebConfig) WithTimeout ¶
Click to show internal directories.
Click to hide internal directories.