Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IngestTypeStrings = map[IngestType]string{ IngestType_KEEP: "keep", IngestType_COPY: "copy", IngestType_MOVE: "move", }
View Source
var IngestTypeValues = map[string]IngestType{ "keep": IngestType_KEEP, "copy": IngestType_COPY, "move": IngestType_MOVE, }
Functions ¶
Types ¶
type IngestType ¶
type IngestType uint
const ( IngestType_KEEP IngestType = iota IngestType_COPY IngestType_MOVE )
type Ingester ¶
type Ingester struct {
// contains filtered or unexported fields
}
func NewIngester ¶
func NewIngester(indexer *indexer.ActionDispatcher, dbClient mediaserverproto.DatabaseClient, vfs fs.FS, concurrentWorkers int, ingestTimeout time.Duration, ingestWait time.Duration, logger zLogger.ZLogger) (*Ingester, error)
type WriterNopcloser ¶
func (WriterNopcloser) Close ¶
func (WriterNopcloser) Close() error
Click to show internal directories.
Click to hide internal directories.