Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shared ¶
type Shared struct {
// These are guaranteed to be populated for the following function
// calls:
//
// App.Build
// TODO
//
InfraCreds map[string]string
Ui ui.Ui
// both execution and compilation and can be used to view the
// global data prior to doing anything.
Directory directory.Backend
// this directory a cache: Otto may remove it at any point, although
// unlikely. And you're responsible to clean up anything in here.
InstallDir string
Appfile *appfile.File
//
// These directories will contain a "dev" and "deploy" subdirectory
// that should be uploaded and used for each of those environments.
// Within those folders, a "main.sh" file will exist that should be
// called.
FoundationDirs []string
}
Shared is the shared contexts for app/infra.
Click to show internal directories.
Click to hide internal directories.