Documentation ¶
Overview ¶
Package runtime is the vine runtime
Package runtime is the vine runtime
Index ¶
Constants ¶
View Source
const ( // RunUsage message for the run command RunUsage = "Run a service: vine run [source]" // KillUsage message for the kill command KillUsage = "Kill a service: vine kill [source]" // UpdateUsage message for the update command UpdateUsage = "Update a service: vine update [source]" // GetUsage message for vine get command GetUsage = "List runtime objects" // ServicesUsage message for vine services command ServicesUsage = "vine services" // CannotWatch message for the run command CannotWatch = "Cannot watch filesystem on this runtime" )
Variables ¶
View Source
var ( // Name of the runtime Name = "go.vine.runtime" // Address of the runtime Address = ":8088" )
View Source
var ( // DefaultRetries which should be attempted when starting a service DefaultRetries = 3 // Image to specify if none is specified Image = "docker.pkg.github.com/vine/services" // Source where we get services from Source = "github.com/lack-io/services" )
Functions ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package profile is for specific profiles @todo this package is the definition of cruft and should be rewritten in a more elegant way
|
Package profile is for specific profiles @todo this package is the definition of cruft and should be rewritten in a more elegant way |
Package scheduler is a file server notifer
|
Package scheduler is a file server notifer |
Click to show internal directories.
Click to hide internal directories.