Documentation ¶ Index ¶ type Context func Build() (*Context, error) func (ctx *Context) Deploy(commit func() error) error func (ctx *Context) Destroy() error func (ctx *Context) Generate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Context ¶ type Context struct { Provider provider.Provider Manifest *manifest.ProjectManifest Config *config.Config } func Build ¶ func Build() (*Context, error) func (*Context) Deploy ¶ func (ctx *Context) Deploy(commit func() error) error func (*Context) Destroy ¶ func (ctx *Context) Destroy() error func (*Context) Generate ¶ func (ctx *Context) Generate() error Source Files ¶ View all Source files context.go deploy.go generate.go ping.go template.go Click to show internal directories. Click to hide internal directories.