config

package
v0.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultIdeId = "vscode"

Variables

This section is empty.

Functions

func DeleteAutocompletionData added in v0.7.0

func DeleteAutocompletionData() error

func DeleteConfigDir added in v0.7.0

func DeleteConfigDir() error

func EnsureSshConfigEntryAdded

func EnsureSshConfigEntryAdded(profileId, workspaceName, projectName string) error

func GetBinaryUrls

func GetBinaryUrls() map[os.OperatingSystem]string

func GetConfigDir

func GetConfigDir() (string, error)

func GetDocsLinkFromGitProvider

func GetDocsLinkFromGitProvider(providerId string) string

func GetProjectHostname

func GetProjectHostname(profileId, workspaceId, projectName string) string

func GetScopesFromGitProvider added in v0.17.0

func GetScopesFromGitProvider(providerId string) string

func IsNotExist added in v0.11.0

func IsNotExist(err error) bool

func RemoveWorkspaceSshEntries

func RemoveWorkspaceSshEntries(profileId, workspaceId string) error

func UnlinkSshFiles added in v0.7.0

func UnlinkSshFiles() error

Types

type Config

type Config struct {
	ActiveProfileId string    `json:"activeProfile"`
	DefaultIdeId    string    `json:"defaultIde"`
	Profiles        []Profile `json:"profiles"`
}

func GetConfig

func GetConfig() (*Config, error)

func (*Config) AddProfile

func (c *Config) AddProfile(profile Profile) error

func (*Config) EditProfile

func (c *Config) EditProfile(profile Profile) error

func (*Config) GetActiveProfile

func (c *Config) GetActiveProfile() (Profile, error)

func (*Config) GetProfile

func (c *Config) GetProfile(profileId string) (Profile, error)

func (*Config) RemoveProfile

func (c *Config) RemoveProfile(profileId string) error

func (*Config) Save

func (c *Config) Save() error

type GitProvider

type GitProvider struct {
	Id   string
	Name string
}

func GetSupportedGitProviders added in v0.11.0

func GetSupportedGitProviders() []GitProvider

type Ide

type Ide struct {
	Id   string
	Name string
}

func GetIdeList

func GetIdeList() []Ide

type Profile

type Profile struct {
	Id   string    `json:"id"`
	Name string    `json:"name"`
	Api  ServerApi `json:"api"`
}

type ServerApi

type ServerApi struct {
	Url string `json:"url"`
	Key string `json:"key"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL