Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HinweisIndex ¶
type HinweisIndex interface { HinweisStore schnittstellen.ResetterWithError AddHinweis(kennung.Kennung) error PeekHinweisen(int) ([]kennung.Hinweis, error) }
func MakeIndex ¶
func MakeIndex( k schnittstellen.Konfig, s schnittstellen.Standort, su schnittstellen.VerzeichnisseFactory, ) (i HinweisIndex, err error)
type HinweisStore ¶
type HinweisStore interface { schnittstellen.Flusher CreateHinweis() (kennung.Hinweis, error) }
Click to show internal directories.
Click to hide internal directories.