package
Version:
v0.1.10
Opens a new window with list of versions in this module.
Published: Aug 21, 2023
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Used in tests for confirming values were set
type Getter interface {
ProfileName() (value string, exist bool)
SelectedProject() (value string, exist bool)
SelectedApplication() (value string, exist bool)
SelectedNetwork() (value string, exist bool)
CustomNetworkUrl() (value string, exist bool)
}
type UnSetter interface {
ProfileName() (err error)
SelectedProject() (err error)
SelectedApplication() (err error)
CustomNetworkUrl() (err error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.