mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
9 lines
273 B
Go
9 lines
273 B
Go
// Package store provides an interface for keeping
|
|
// routes and neighbor information without querying
|
|
// a route server. The refresh happens in a configurable
|
|
// interval.
|
|
//
|
|
// There a currently two implementations: A postgres and
|
|
// and in-memory backend.
|
|
package store
|