Categorygithub.com/jobaldw/shared/v2
module
2.4.6
Repository: https://github.com/jobaldw/shared.git
Documentation: pkg.go.dev

# README

JB Designs logo

shared

A simple library of code that can be used in Go applications.

Badges

Go Version Go Report Card GoDoc Reference GitHub Issues Release Version GitHub license

Table of Contents

# Packages

Package client implements a client with the ability to make HTTP requests and handle their responses.
Package config reads in configuration files to be used within an application.
Package errors handles HTTP client and Mongo errors.
Package mongo implements a Mongo instance that connects to a database and allows interactions with the datasource.
Package router implements a server with a router and two endpoints used for readiness and liveliness checks.