Documentation ¶ Index ¶ func NewApp(o *Options, logger *zap.Logger, rs *rpc.Server, db *sqlx.DB, ...) (*app.Application, error) type Options func NewOptions(v *viper.Viper) (*Options, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewApp ¶ func NewApp(o *Options, logger *zap.Logger, rs *rpc.Server, db *sqlx.DB, b *rulebot.RuleBot, wfClient pb.WorkflowClient) (*app.Application, error) Types ¶ type Options ¶ type Options struct { Name string // contains filtered or unexported fields } func NewOptions ¶ func NewOptions(v *viper.Viper) (*Options, error) Source Files ¶ View all Source files app.go Directories ¶ Show internal Expand all Path Synopsis rpcclients rules service Click to show internal directories. Click to hide internal directories.