Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateVaultAPIClient ¶
func CreateVaultAPIClient() (*resty.Client, string)
func GetCachePath ¶
func GetCachePath() string
func WriteTokenToFile ¶
writeTokenToFile writes the Pangea token to the specified file
Types ¶
type CacheData ¶
type CacheData struct {
Paths map[string]WorkspaceData `json:"paths"`
}
func CheckPathExists ¶
func LoadCacheData ¶
type WorkspaceData ¶
type WorkspaceData struct {
Remote string `json:"remote"`
}
Click to show internal directories.
Click to hide internal directories.