Documentation
¶
Index ¶
Constants ¶
View Source
const Label = "Ssh"
Variables ¶
This section is empty.
Functions ¶
func CheckSetup ¶
func CheckSetup() error
CheckSetup checks whether Setup() executed accordingly. Scan arguments should be checked by the scanner.
Types ¶
type FakeClient ¶
type FakeClient struct{}
We need to define a fake gssapi client in order to let Go test for this authentication method
func (*FakeClient) DeleteSecContext ¶
func (f *FakeClient) DeleteSecContext() error
func (*FakeClient) InitSecContext ¶
type Result ¶
type Result struct { Data *ResultData Status string // Final scan status (success or graceful error). Should be stored along with the scan results. Exception bool // Indicates if something went wrong badly and results shall be discarded. This should never be }
type ResultData ¶
Click to show internal directories.
Click to hide internal directories.