package
0.1.3
Repository: https://github.com/src-d/go-borges.git
Documentation: pkg.go.dev

# Functions

ForEachLibraryIterator is a helper function to build iterators without need to rewrite the same ForEach function each time.
ForEachLocatorIterator is a helper function to build iterators without need to rewrite the same ForEach function each time.
ForEachRepositoryIterator is a helper function to build iterators without need to rewrite the same ForEach function each time.
NewLibraryIterator returns a LibraryIterator based on a list of libraries.
NewLocationIterator returns a LocationIterator based on a list of locations.
NewLocationRepositoryIterator returns a new borges.RepositoryIterator from a list of borges.Location.

# Variables

ErrReadOnlyStorer error returns when a write method is used in a ReadOnlyStorer.

# Structs

LibraryIterator iterates a list of borges.Library.
LocationIterator iterates a list of borges.Location.
LocationRepositoryIterator iterates the repositories from a list of borges.Location.
ReadOnlyStorer it's a storer that simply fails when you try to do any kind of write operation over the storer.