Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Retriever ¶
type Retriever struct { Type RetrieverType `yaml:"type"` File *File `yaml:"file"` InMemory *InMemory `yaml:"inMemory"` }
type RetrieverType ¶
type RetrieverType string
const ( FileType RetrieverType = "file" InMemoryType RetrieverType = "inMemory" )
Click to show internal directories.
Click to hide internal directories.