Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct { // Name of the tenet Name string Driver string Registry string // TODO(waigani) this is docker specific. Should it be set in // ConfigOptions? Or do we have driverOptions? Tag string // Config options for tenet ConfigOptions Options // contains filtered or unexported fields }
func (*Base) EditFilename ¶
func (*Base) GetOptions ¶
type Binary ¶
type Binary struct {
*Base
}
Binary is a tenet driver to execute binary tenets found in ~/.lingo/tenets/<repo>/<tenet>
func (*Binary) EditFilename ¶
type Docker ¶
type Docker struct { *Base // contains filtered or unexported fields }
Docker is a tenet driver which runs tenets inside a docker container.
func (*Docker) EditFilename ¶
Docker mounts source code under /source/ so we need to prepend this to all file names.
Click to show internal directories.
Click to hide internal directories.