sourcecode

package
v0.0.254 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SuggestAppName

func SuggestAppName(sourceDir string) string

Types

type SourceFile added in v0.0.241

type SourceFile struct {
	Path     string
	Contents []byte
}

type SourceInfo

type SourceInfo struct {
	Family           string
	DockerfilePath   string
	Builder          string
	ReleaseCmd       string
	DockerCommand    string
	DockerEntrypoint string

	Buildpacks []string
	Secrets    map[string]string
	Files      []SourceFile
	Port       int
	Env        map[string]string
	Statics    []Static
	Processes  map[string]string
	DeployDocs string
	Notice     string
	SkipDeploy bool
	Volumes    []Volume
}

func Scan

func Scan(sourceDir string) (*SourceInfo, error)

type Static added in v0.0.241

type Static struct {
	GuestPath string `toml:"guest_path" json:"guest_path"`
	UrlPrefix string `toml:"url_prefix" json:"url_prefix"`
}

type Volume added in v0.0.254

type Volume struct {
	Source      string `toml:"source" json:"source"`
	Destination string `toml:"destination" json:"destination"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL