Categorygithub.com/jasonbot/go-echo-boilerplate
modulepackage
0.0.0-20241212005538-a83c3f5352bf
Repository: https://github.com/jasonbot/go-echo-boilerplate.git
Documentation: pkg.go.dev

# README

Golang boilerplate API server with Echo

If I'm ever foolhardy enough to attempt a web service in Golang again during a tech challenge, here is my boilerplate with register/log in/log out/sessioning.

# Packages

No description provided by the author

# Functions

No description provided by the author
GetUserLogin Creates a session store based on its underlying data store.

# Structs

UserInfo represents all public info about a user.

# Interfaces

Datastore is an abstraction for talking to the database.
User represents a user in the system.
UserLogin handles logging a user in by session.
UserSession represents the user's currenly logged in session.