Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomRuntime ¶ added in v0.5.0
type CustomRuntime struct {
Details
}
func (CustomRuntime) Build ¶ added in v0.5.0
func (runtime CustomRuntime) Build(ctx context.Context) error
Build runtime, in case of a custom runtime just log the action
func (CustomRuntime) DockerfilePath ¶ added in v0.5.0
func (runtime CustomRuntime) DockerfilePath() string
Return an expected path to a custom Dockerfile
func (CustomRuntime) DryRun ¶ added in v0.5.0
func (runtime CustomRuntime) DryRun() (string, error)
Build runtime DryRun
type Details ¶
type GeneratedRuntime ¶ added in v0.5.0
type GeneratedRuntime struct {
Details
}
func (GeneratedRuntime) Build ¶ added in v0.5.0
func (runtime GeneratedRuntime) Build(ctx context.Context) error
Build runtime files and persist them in CodeDirectory
func (GeneratedRuntime) DockerfilePath ¶ added in v0.5.0
func (runtime GeneratedRuntime) DockerfilePath() string
func (GeneratedRuntime) DryRun ¶ added in v0.5.0
func (runtime GeneratedRuntime) DryRun() (string, error)
func (GeneratedRuntime) Slug ¶ added in v0.5.0
func (runtime GeneratedRuntime) Slug() string
type GoGit ¶
type GoGit struct { Location *git.Repository }
func (*GoGit) WriteFiles ¶ added in v0.5.0
type Repository ¶
func NewRepository ¶
func NewRepository(address string) *Repository
type Runtime ¶
Click to show internal directories.
Click to hide internal directories.