Documentation ¶
Index ¶
- Variables
- func NewApp(httpServer api.HTTPServer, normalizer normalize.Normalizer, ...) *cli.App
- func NewCaptureCommand(normalizer normalize.Normalizer) *cli.Command
- func NewNormalizeCommand(normalizer normalize.Normalizer) *cli.Command
- func NewServeCommand(httpServer api.HTTPServer) *cli.Command
- func NewSyncCommand() *cli.Command
- func NewTextCommand(summarizer text.Summarizer) *cli.Command
- func Wire() (*cli.App, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProviderSet = wire.NewSet( NewSyncCommand, NewCaptureCommand, NewNormalizeCommand, NewTextCommand, ) )
Functions ¶
func NewApp ¶
func NewApp( httpServer api.HTTPServer, normalizer normalize.Normalizer, summarizer text.Summarizer, ) *cli.App
func NewCaptureCommand ¶
func NewCaptureCommand(normalizer normalize.Normalizer) *cli.Command
func NewNormalizeCommand ¶
func NewNormalizeCommand(normalizer normalize.Normalizer) *cli.Command
func NewServeCommand ¶
func NewServeCommand(httpServer api.HTTPServer) *cli.Command
func NewSyncCommand ¶
func NewSyncCommand() *cli.Command
func NewTextCommand ¶
func NewTextCommand(summarizer text.Summarizer) *cli.Command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.