controller

package
v0.0.0-...-0f61435 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2022 License: ISC Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(directoryPath string, logger zerolog.Logger) (*controllerImpl, error)

Types

type Controller

type Controller interface {
	Register(filenames []string) error
	Index(filename string, identifier string, data interface{}) error
	Query(filename string, search string) ([]string, error)
	Delete(filename string, identifier string) error
	Close()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL