Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NullstoneDir string
)
Functions ¶
func CleanseApiKey ¶ added in v0.0.8
CleanseApiKey removes characters like \r or \n that cause issues with authentication These characters accidentally get introduced by users copy/pasting into a file usually
Types ¶
type PortForward ¶ added in v0.0.56
func ParsePortForward ¶ added in v0.0.56
func ParsePortForward(arg string) (PortForward, error)
type Profile ¶ added in v0.0.4
type Profile struct { Name string `json:"name"` Address string `json:"address"` ApiKey string `json:"-"` }
func LoadProfile ¶ added in v0.0.4
func (Profile) ApiKeyFilename ¶ added in v0.0.4
func (Profile) ConfigFilename ¶ added in v0.0.4
Click to show internal directories.
Click to hide internal directories.