Documentation ¶ Index ¶ type Ingester Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Ingester ¶ type Ingester interface { // Start a background Go routine that processes the incoming channel. Start(<-chan file.File) (<-chan trybot.TryFile, error) } Ingester converts file.Files into trybot.TryFiles as they arrive. Source Files ¶ View all Source files ingester.go Directories ¶ Show internal Expand all Path Synopsis gerrit Click to show internal directories. Click to hide internal directories.