package
0.1.0
Repository: https://github.com/gitig/awdb-golang.git
Documentation: pkg.go.dev

# Functions

FromBytes takes a byte slice corresponding to a aw DB file and returns a Reader structure or an error.
Open takes a string path to a aw DB file and returns a Reader structure or an error.

# Constants

NotFound is returned by LookupOffset when a matched root record offset cannot be found.

# Structs

InvalidDatabaseError is returned when the database contains invalid data and cannot be parsed.
Metadata holds the metadata decoded from the aw DB file.
Networks represents a set of subnets that we are iterating over.
Reader holds the data corresponding to the aw DB file.
UnmarshalTypeError is returned when the value in the database cannot be assigned to the specified data type.