Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeConfig ¶
type FakeConfig struct {
Username, Password, TargetUrl string
GetPathString string
LoadConfigConfigInfo config.ConfigInfo
LoadConfigErr error
SaveConfigConfigInfo config.ConfigInfo
SaveConfigErr error
}
func NewFakeConfig ¶
func NewFakeConfig(username, password, targetUrl string) *FakeConfig
func (*FakeConfig) GetPath ¶
func (f *FakeConfig) GetPath() string
func (*FakeConfig) LoadConfig ¶
func (f *FakeConfig) LoadConfig() (config.ConfigInfo, error)
func (*FakeConfig) SaveConfig ¶
func (f *FakeConfig) SaveConfig(configInfo config.ConfigInfo) error
Click to show internal directories.
Click to hide internal directories.