Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSettingsService ¶
type FakeSettingsService struct {
PublicKey string
PublicKeyErr error
LoadSettingsError error
SettingsWereLoaded bool
InvalidateSettingsError error
SettingsWereInvalidated bool
Settings boshsettings.Settings
}
func (FakeSettingsService) GetSettings ¶
func (service FakeSettingsService) GetSettings() boshsettings.Settings
func (*FakeSettingsService) InvalidateSettings ¶
func (service *FakeSettingsService) InvalidateSettings() error
func (*FakeSettingsService) LoadSettings ¶
func (service *FakeSettingsService) LoadSettings() error
func (*FakeSettingsService) PublicSSHKeyForUsername ¶
func (service *FakeSettingsService) PublicSSHKeyForUsername(_ string) (string, error)
Click to show internal directories.
Click to hide internal directories.