package
0.9.5-beta
Repository: https://github.com/j-swift/scraper.git
Documentation: pkg.go.dev

# Functions

CachedHashMap gets the mapping of hashes to IDs.
DefaultCachePath returns the path used for all cached data.
FileHashMap creates a hash map from a csv file.
NewGame returns a new Game.
NewHasher creates a new Hasher that hashes using the provided hash.
NewMAME returns a new MAME.
NewOVGDB returns a new OVGDB.

# Constants

Image types for Datasource options.
Image types for Datasource options.
Image types for Datasource options.
Image types for Datasource options.
Image types for Datasource options.
Image types for Datasource options.
Image types for Datasource options.
Image types for Datasource options.

# Variables

NotFoundErr is the error returned when a rom can't be found in the soruce.

# Structs

Game is the standard Game that all sources will return.
GDB is a DataSource using thegamesdb.net.
Hasher is a thread-safe object to hash files.
HashMap a mapping of hash to names and GDB IDs.
MAME is a Data Source using mamedb and arcade-history.
OVGDB is a DataSource using OpenVGDB.
ScummVM is a data source using GDB for ScummVM games.

# Interfaces

DS is the interface all DataSoures should implement.

# Type aliases

No description provided by the author