Documentation ¶
Overview ¶
Package mock implements connectors which help test various server components.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCallbackConnector ¶
NewCallbackConnector returns a mock connector which requires no user interaction. It always returns the same (fake) identity.
Types ¶
type CallbackConfig ¶
type CallbackConfig struct{}
CallbackConfig holds the configuration parameters for a connector which requires no interaction.
type PasswordConfig ¶
PasswordConfig holds the configuration for a mock connector which prompts for the supplied username and password.
Click to show internal directories.
Click to hide internal directories.