//
pkg.gl
Category
github.com/ibiscum/Hands-On-Software-Engineering-with-Golang
Chapter06
linkgraph
store
memory
package
0.0.0-20241223090118-035fcd7fed56
Repository:
https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
218 SLOC
#
Functions
NewInMemoryGraph
NewInMemoryGraph creates a new in-memory link graph.
#
Structs
InMemoryGraph
InMemoryGraph implements an in-memory link graph that can be concurrently accessed by multiple clients.