Versions in this module Expand all Collapse all v0 v0.2.0 Sep 24, 2019 Changes in this version + func Asset(name string) ([]byte, error) + func AssetDir(name string) ([]string, error) + func AssetInfo(name string) (os.FileInfo, error) + func AssetNames() []string + func MustAsset(name string) []byte + func RestoreAsset(dir, name string) error + func RestoreAssets(dir, name string) error + type DataState struct + App string + ConfidentialFlows map[string]bool + InitiatorFlows map[string]InitiatorFlowConfig + NS string + ObserverFlows map[string]string + ResponderFlows map[string]string + SchedulableFlows map[string]SchedulableFlowConfig + type Generator struct + Opts *Options + func NewGenerator(opts *Options) *Generator + func (g *Generator) Generate() error + func (g *Generator) GenerateApp(app *app.Config) error + type InitiatorFlowConfig struct + Attrs []model.ResourceAttribute + HasObservers bool + SendTxnToObserverManually bool + type Options struct + APIOnly bool + DependencyFile string + ModelFile string + Namespace string + TargetDir string + Version string + func NewOptions(flowModel string, version string, target, ns string, dependencyFile string, ...) *Options + type SchedulableFlowConfig struct + App string + FlowName string + InitiatingFlowNS string + NS string