package
0.0.0-20241216201159-46e4ef8c5872
Repository: https://github.com/thehackerdev/cartograph.git
Documentation: pkg.go.dev
# Functions
DataAPIHandler is a http handler function that handles requests to the data API, using DataFilter objects.
NewLogger returns a new, properly instantiated Logger object.
# Structs
ArrayPathTree uses an array to store the children of the path tree instead of a map, which is useful for parsing with d3.js after being converted to JSON.
DomainData holds domain data returned from the Logger plugin's database table that is being returned to a client.
KeyValuePairData holds key-value pair data returned from the Logger plugin's database table that is being returned to a client.
Logger is the configuration object for the Logger plugin.
LoggerData holds data returned from the Logger plugin's database table that is being returned to a client.
PathData holds path data returned from the Logger plugin's database table that is being returned to a client.
PathTree is a tree of paths for a domain.