Documentation ¶
Index ¶
- Constants
- Variables
- func CheckUpdates() bool
- func GaugeRepositoryUrl() string
- func GaugeTemplatesUrl() string
- func GaugeUpdateUrl() string
- func PluginConnectionTimeout() time.Duration
- func PluginKillTimeout() time.Duration
- func RefactorTimeout() time.Duration
- func RunnerConnectionTimeout() time.Duration
- func RunnerRequestTimeout() time.Duration
- func SetProjectRoot(args []string) error
Constants ¶
View Source
const (
LayoutForTimeStamp = "Jan 2, 2006 at 3:04pm"
)
Variables ¶
View Source
var APILog = logging.MustGetLogger("gauge-api")
View Source
var ProjectRoot string
Functions ¶
func CheckUpdates ¶ added in v0.3.0
func CheckUpdates() bool
func GaugeRepositoryUrl ¶
func GaugeRepositoryUrl() string
func GaugeTemplatesUrl ¶ added in v0.3.0
func GaugeTemplatesUrl() string
func GaugeUpdateUrl ¶ added in v0.3.0
func GaugeUpdateUrl() string
func PluginConnectionTimeout ¶
Timeout in milliseconds for making a connection to plugins
func PluginKillTimeout ¶
Timeout in milliseconds for a plugin to stop after a kill message has been sent
func RefactorTimeout ¶
func RunnerConnectionTimeout ¶
Timeout in milliseconds for making a connection to the language runner
func RunnerRequestTimeout ¶
Timeout in milliseconds for requests from the language runner.
func SetProjectRoot ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.