Documentation ¶
Overview ¶
Package appyaml provides utilities for parsing and working with app.yaml files for Google App Engine flexible environment deployments.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppYAML ¶
type AppYAML struct { Runtime string `yaml:"runtime"` Service string `yaml:"service"` Env string `yaml:"env"` }
AppYAML represents the structure of an app.yaml file. See https://cloud.google.com/appengine/docs/flexible/reference/app-yaml
func ParseAppYAML ¶
ParseAppYAML parses the provided app.yaml data (in byte format) and returns a pointer to an `AppYAML` struct containing the parsed data.
Click to show internal directories.
Click to hide internal directories.