Documentation ¶ Index ¶ type Loader Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Loader ¶ type Loader interface { // LoadItems walks BHL corpus directory, creates `items` in the database and // pushes created `*item.Item` to channel for furhter use. LoadItems(context.Context, chan<- *item.Item) error } Source Files ¶ View all Source files interface.go Click to show internal directories. Click to hide internal directories.