mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
added readme and package-level comments
This commit is contained in:
@@ -18,6 +18,12 @@ import (
|
||||
"github.com/vertex-lab/relay/pkg/eventstore"
|
||||
)
|
||||
|
||||
/*
|
||||
This programs assumes syncronization between Redis and the event store, meaning
|
||||
that the graph in Redis reflects these events.
|
||||
If that is not the case, go run /cmd/sync/ to syncronize Redis with the event store.
|
||||
*/
|
||||
|
||||
func main() {
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel()
|
||||
|
||||
Reference in New Issue
Block a user