Documentation ¶ Index ¶ func NewApp(o *Options, rdb *redis.Client, logger *zap.Logger, msgClient pb.MessageClient, ...) (*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, rdb *redis.Client, logger *zap.Logger, msgClient pb.MessageClient, midClient pb.MiddleClient, subClient pb.SubscribeClient) (*app.Application, error) Types ¶ type Options ¶ type Options struct { Name string Path string } func NewOptions ¶ func NewOptions(v *viper.Viper) (*Options, error) Source Files ¶ View all Source files app.go Directories ¶ Show internal Expand all Path Synopsis crawler rpcclients rule Click to show internal directories. Click to hide internal directories.