Documentation ¶
Overview ¶
Package runtime is a service runtime manager
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultRuntime = newRuntime()
)
Functions ¶
func Create ¶
func Create(s *Service, opts ...CreateOption) error
Types ¶
type CreateOption ¶
type CreateOption func(o *CreateOptions)
func WithCommand ¶
func WithCommand(c string, args ...string) CreateOption
WithCommand specifies the command to execute
type CreateOptions ¶
Directories ¶
Path | Synopsis |
---|---|
Package packager creates a binary image.
|
Package packager creates a binary image. |
docker
Package docker builds docker images
|
Package docker builds docker images |
go
Package golang is a go package manager
|
Package golang is a go package manager |
Package process executes a binary
|
Package process executes a binary |
os
Package os runs processes locally
|
Package os runs processes locally |
Package source retrieves source code
|
Package source retrieves source code |
git
Package git provides a git source
|
Package git provides a git source |
go
Package golang is a source for Go
|
Package golang is a source for Go |
Click to show internal directories.
Click to hide internal directories.