package
0.0.0-20240319150322-092ef20c6bd9
Repository: https://github.com/rmrfslashbin/gomarta.git
Documentation: pkg.go.dev
# Functions
New creates a new mastoclinet instance.
WithDatabase sets the database for the bus instance.
WithLogger sets the logger for the bus instance.
WithUrl sets the URL for the bus instance.
# Structs
ErrAddingData is an error type for when data cannot be added to the database.
ErrCSVReader is an error type for when a CSV file cannot be read.
ErrFetchingURL is an error type for when a URL cannot be fetched.
ErrNoDatabase is an error type for when a database is not provided.
ErrNoURL is an error type for when a URL is not provided.
ErrParsingFile is an error type for when a file cannot be parsed.
ErrReadingUrlBody is an error type for when a URL body cannot be read.
ErrZipFileReader is an error type for when a zip file cannot be read.
ErrZipReader is an error type for when a zip file cannot be read.
Database for the app instance.
# Type aliases
Options for the bus instance.