Versions in this module Expand all Collapse all v1 v1.1.1 Jan 5, 2018 v1.1.0 Jan 5, 2018 v1.0.1 Jan 5, 2018 v1.0.0 Jan 5, 2018 Changes in this version + const EVTAll + const EVTProjectAdd + const EVTProjectChange + const EVTProjectDelete + const EVTSDKInstall + const EVTSDKRemove + const EVTServerConfig + const EventTypePrefix + const ExecExitEvent + const ExecInEvent + const ExecInferiorInEvent + const ExecInferiorOutEvent + const ExecOutEvent + const SdkStatusDisable + const SdkStatusInstalled + const SdkStatusInstalling + const SdkStatusNotInstalled + const SdkStatusUninstalling + const StatusDisable + const StatusEnable + const StatusErrorConfig + const StatusPause + const StatusSyncing + const TypeCifsSmb + const TypeCloudSync + const TypePathMap + var EVTAllList = []string + var ProjectConfigUpdatableFields = []string + type APIConfig struct + APIVersion string + Servers []ServerCfg + Version string + VersionGitTag string + type EventMsg struct + Data interface{} + FromSessionID string + Time string + Type string + func (e *EventMsg) DecodeProjectConfig() (ProjectConfig, error) + func (e *EventMsg) DecodeSDKMsg() (SDKManagementMsg, error) + func (e *EventMsg) DecodeServerCfg() (ServerCfg, error) + type EventRegisterArgs struct + Name string + ProjectID string + type EventUnRegisterArgs struct + ID int + Name string + type ExecArgs struct + Args []string + Cmd string + CmdID string + CmdTimeout int + Env []string + ExitImmediate bool + ID string + RPath string + SdkID string + TTY bool + TTYGdbserverFix bool + type ExecExitMsg struct + CmdID string + Code int + Error error + Timestamp string + type ExecInMsg struct + CmdID string + Stdin string + Timestamp string + type ExecOutMsg struct + CmdID string + Stderr string + Stdout string + Timestamp string + type ExecResult struct + CmdID string + Status string + type ExecSignalArgs struct + CmdID string + Signal string + type ExecSignalResult struct + CmdID string + Status string + type ProjectConfig struct + ClientData string + ClientPath string + DefaultSdk string + ID string + IsInSync bool + Label string + ServerID string + ServerPath string + Status string + Type ProjectType + type ProjectType string + type SDK struct + Arch string + Date string + Description string + ID string + LastError string + Md5sum string + Name string + Path string + Profile string + SetupFile string + Size string + Status string + URL string + Version string + type SDKInstallArgs struct + Filename string + Force bool + ID string + InstallArgs []string + Timeout int + type SDKManagementMsg struct + CmdID string + Code int + Error string + Exited bool + Progress int + Sdk SDK + Stderr string + Stdout string + Timestamp string + type ServerCfg struct + APIURL string + ConnRetry int + Connected bool + Disabled bool + ID string + PartialURL string + URL string + type VersionData struct + APIVersion string + ID string + Version string + VersionGitTag string + type XDSVersion struct + Client VersionData + Server []VersionData v1.0.0-rc2 Dec 22, 2017 v1.0.0-rc1 Nov 30, 2017