sourcecode

package
v0.0.241-pre-2 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2021 License: Apache-2.0 Imports: 6 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
	Buildpacks     []string
	Secrets        map[string]string
	Files          []SourceFile
	Port           int
	Env            map[string]string
	Statics        []Static
}

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"`
}

Jump to

Keyboard shortcuts

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