Documentation ¶
Overview ¶
Package runtime is the micro runtime
Package runtime is the micro runtime
Index ¶
Constants ¶
View Source
const ( // RunUsage message for the run command RunUsage = "Run a service: micro run [source]" // KillUsage message for the kill command KillUsage = "Kill a service: micro kill [source]" // UpdateUsage message for the update command UpdateUsage = "Update a service: micro update [source]" // GetUsage message for micro get command GetUsage = "Get the status of services" // ServicesUsage message for micro services command ServicesUsage = "micro services" // CannotWatch message for the run command CannotWatch = "Cannot watch filesystem on this runtime" )
Variables ¶
View Source
var ( // DefaultRetries which should be attempted when starting a service DefaultRetries = 3 // Git orgs we currently support for credentials GitOrgs = []string{"github", "bitbucket", "gitlab"} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.