Documentation ¶
Index ¶
Constants ¶
View Source
const ( Source = "src" Output = "out" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Version string Environment Environment Workflow []string // TODO: Repo Fixer should remove all of these cases for websites and libraries Enviroment Environment }
func (*Config) HandleDepreciatedEnvironment ¶
func (c *Config) HandleDepreciatedEnvironment() (environment Environment)
type Dir ¶
type Dir interface { Wasm() Wasm Website() Website CodeSource(string) string TaubyteDir() string ConfigFile() string DockerDir() DockerDirType DockerFile() string DefaultOptions(script string, outDir string, environment Environment) []ci.ContainerOption SetSourceVolume() ci.ContainerOption SetOutVolume(string) ci.ContainerOption SetBuildCommand(script string) ci.ContainerOption SetEnvironmentVariables() ci.ContainerOption String() string }
type DockerDirType ¶
type Environment ¶
type Website ¶
type Website interface { BuildZip() string SetWorkDir() ci.ContainerOption }
Click to show internal directories.
Click to hide internal directories.