Versions in this module Expand all Collapse all v0 v0.1.1 Sep 28, 2015 Changes in this version + func App(opts *AppOptions) (*app.CompileResult, error) + func Foundation(opts *FoundationOptions) (*foundation.CompileResult, error) + type AppOptions struct + Bindata *bindata.Data + Callbacks []CompileCallback + Ctx *app.Context + Customizations []*Customization + FoundationConfig foundation.Config + type CompileCallback func() error + type Customization struct + Callback CustomizationFunc + Schema map[string]*schema.FieldSchema + Type string + type CustomizationFunc func(*schema.FieldData) error + type FoundationOptions struct + Bindata *bindata.Data + Callbacks []CompileCallback + Ctx *foundation.Context + Customizations []*Customization