Documentation ¶ Index ¶ func GetIdes() map[Id]Ide type Id type Ide type UrlTemplates Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetIdes ¶ func GetIdes() map[Id]Ide Types ¶ type Id ¶ type Id string const ( CLion Id = "clion" IntelliJ Id = "intellij" GoLand Id = "goland" PyCharm Id = "pycharm" PhpStorm Id = "phpstorm" WebStorm Id = "webstorm" Rider Id = "rider" RubyMine Id = "rubymine" ) type Ide ¶ type Ide struct { Name string Version string UrlTemplates UrlTemplates } type UrlTemplates ¶ type UrlTemplates struct { Amd64 string Arm64 string } Source Files ¶ View all Source files ides.go types.go Click to show internal directories. Click to hide internal directories.