Categorygithub.com/sethigeet/gql-go-auth-backend
modulepackage
0.0.0-20210515111912-44a091edd2b8
Repository: https://github.com/sethigeet/gql-go-auth-backend.git
Documentation: pkg.go.dev

# README

GraphQL API for Auth Implemented in Golang

TODO...

# Packages

Package database provides the logic for interacting with the database.
No description provided by the author
Package server provides a function to start up the server along with all the other things such as the db connections, etc.
Package session provides a session manager to easily manage saving, retreiving and deleting sessions.
Package util provides some useful utility functions.
Package validator provides a function to validate structs according to the validations provided in the struct tags.